From 5689d76cfd96cf5b1d79c275d9797a5c692ffcb6 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sat, 30 Nov 2024 23:23:10 -0500 Subject: [PATCH] Update menus style --- src/Styles/Index.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Styles/Index.scss b/src/Styles/Index.scss index d33206e..52d53c4 100644 --- a/src/Styles/Index.scss +++ b/src/Styles/Index.scss @@ -268,6 +268,7 @@ padding: 4px; backdrop-filter: blur(12px) contrast(0.6) brightness(0.4); -webkit-backdrop-filter: blur(12px) contrast(0.6) brightness(0.4); + z-index: 10; hr { margin: 0px; width: 100%; @@ -285,6 +286,12 @@ justify-content: space-between; font-size: 14px !important; min-height: 36px; + border: none; + color: white; + p { + margin: 0px !important; + margin-top: 4px !important; + } &:hover { background: rgb(95 95 95 / 51%) !important; } @@ -302,6 +309,9 @@ text-decoration: underline; } } + &#subtitles { + min-width: 124px !important; + } } button#has-switch svg {