Drop Down Benachrichtigungstoolbar positioniert

This commit is contained in:
loma-one 2025-01-28 06:51:59 +01:00 committed by GitHub
parent c511ab0425
commit 4ed032d193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 10 deletions

View file

@ -42,6 +42,11 @@ nav.navbar .nav > li > button{
margin-right: 10px;
}
#topbar-first .topbar-nav .dropdown-menu {
width: 350px;
margin-left: -238px;
}
#topbar-first .nav > li > a:hover:not(.selected) {
background-color: rgba(255,255,255,.1) !important;
border-radius: 8px !important;
@ -138,8 +143,8 @@ header #banner {
header #banner #logo-img,
.navbar-brand #logo-img {
background-color: var(--link-color) !important;
height: 40px !important;
width: 40px !important;
height: 38px !important;
width: 38px !important;
}
.topbar ul.nav {
@ -931,6 +936,10 @@ button, input, select, textarea {
border-color: #333;
}
blockquote {
border-left: 5px solid #b0b3b8;
}
iframe, img, video {
border-radius: 2px;
}

View file

@ -44,6 +44,11 @@ nav.navbar .nav > li > button{
margin-right: 10px;
}
#topbar-first .topbar-nav .dropdown-menu {
width: 350px;
margin-left: -238px;
}
#topbar-first .nav > li > a:hover:not(.selected) {
background-color: rgba(128,128,128,.1) !important;
border-radius: 8px !important;
@ -138,8 +143,8 @@ header #banner {
header #banner #logo-img,
.navbar-brand #logo-img {
background-color: var(--link-color) !important;
height: 40px !important;
width: 40px !important;
height: 38px !important;
width: 38px !important;
}
.topbar ul.nav {