Updated Dropdown Style (#7376)

Updated dropdownMenu Missing Styles + Updated Mobile for Translations
This commit is contained in:
TheDevRyan 2025-10-24 22:32:11 +01:00 committed by GitHub
parent 683b4e882b
commit b96db142c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3417,6 +3417,28 @@ nav .lbbuttonsel2 {
position: relative;
}
.userDropdownSubmenu {
position: static !important;
right: auto !important;
left: auto !important;
top: auto !important;
margin: 0 !important;
width: 100% !important;
min-width: 100% !important;
box-shadow: none !important;
background-color: transparent !important;
padding: 0 !important;
border-radius: 0 !important;
}
.userDropdownSubmenu .userDropdownMenuItem {
background-color: #f5f5f5;
border-left: 3px solid #444444 !important;
}
.userDropdownMenuItem:hover {
border-radius: unset !important;
}
#notificationCount {
right: 4rem;
}
@ -3558,10 +3580,10 @@ nav .lbbuttonsel2 {
.userDropdownSubmenu {
position: absolute;
right: 100%;
right: 96%;
top: 0;
background-color: #ffffff;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 12px rgb(0 0 0 / 95%);
border-radius: 4px;
margin-right: 4px;
min-width: 200px;