diff --git a/src/components/left/main/LeftMainHeader.scss b/src/components/left/main/LeftMainHeader.scss index daadb1de9..28e5af809 100644 --- a/src/components/left/main/LeftMainHeader.scss +++ b/src/components/left/main/LeftMainHeader.scss @@ -16,7 +16,6 @@ .DropdownMenu.rtl { position: absolute; - z-index: 2; transition: var(--slide-transition) transform; &.right-aligned { @@ -129,7 +128,6 @@ .Menu .bubble { overflow-y: auto; - min-width: 17rem; max-height: calc(100 * var(--vh) - 3.75rem); } diff --git a/src/components/ui/MenuItem.scss b/src/components/ui/MenuItem.scss index b44754456..f4e5fc284 100644 --- a/src/components/ui/MenuItem.scss +++ b/src/components/ui/MenuItem.scss @@ -83,7 +83,7 @@ transition: none !important; } - .Switcher, .menu-item-badge { + .Switcher, .Toggle, .menu-item-badge { margin-left: auto; } @@ -107,7 +107,7 @@ margin-left: 2rem; } - > .Switcher { + > .Switcher, > .Toggle { margin-right: auto; margin-left: 0; }