Merge pull request #14547 from Godmartinz/user-dropdown-media-change

Fixed alignment of dropdown menu for user in nav bar
This commit is contained in:
snipe 2024-04-04 15:04:36 +01:00 committed by GitHub
commit 2eea67ce34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -688,6 +688,12 @@ th.css-accessory > .th-inner::before
.sidebar-menu {
margin-top:100px
}
.navbar-custom-menu > .navbar-nav > li.dropdown.user.user-menu {
float:right;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
margin-right:-39px;
}
}
@media screen and (max-width: 1268px) and (min-width: 912px){