Updated Dropdown Style (#7376)

Updated dropdownMenu Missing Styles + Updated Mobile for Translations

TheDevRyan committed Oct 24, 2025 at 22:32 UTC b96db142c8ae4983fbf18afb18014eaeb7946a25
1 file changed +24 -2
public/styles/style-bootstrap.css
+24 -2
@@ -3417,6 +3417,28 @@ nav .lbbuttonsel2 {
3417 position: relative;
3418 }
3419
3420 + .userDropdownSubmenu {
3421 + position: static !important;
3422 + right: auto !important;
3423 + left: auto !important;
3424 + top: auto !important;
3425 + margin: 0 !important;
3426 + width: 100% !important;
3427 + min-width: 100% !important;
3428 + box-shadow: none !important;
3429 + background-color: transparent !important;
3430 + padding: 0 !important;
3431 + border-radius: 0 !important;
3432 + }
3433 +
3434 + .userDropdownSubmenu .userDropdownMenuItem {
3435 + background-color: #f5f5f5;
3436 + border-left: 3px solid #444444 !important;
3437 + }
3438 + .userDropdownMenuItem:hover {
3439 + border-radius: unset !important;
3440 + }
3441 +
3442 #notificationCount {
3443 right: 4rem;
3444 }
@@ -3558,10 +3580,10 @@ nav .lbbuttonsel2 {
3580
3581 .userDropdownSubmenu {
3582 position: absolute;
3561 - right: 100%;
3583 + right: 96%;
3584 top: 0;
3585 background-color: #ffffff;
3564 - box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
3586 + box-shadow: 0px 4px 12px rgb(0 0 0 / 95%);
3587 border-radius: 4px;
3588 margin-right: 4px;
3589 min-width: 200px;