Update menus style

This commit is contained in:
Korbs 2024-11-30 23:23:10 -05:00
parent 1f5b791b94
commit 5689d76cfd

View file

@ -268,6 +268,7 @@
padding: 4px; padding: 4px;
backdrop-filter: blur(12px) contrast(0.6) brightness(0.4); backdrop-filter: blur(12px) contrast(0.6) brightness(0.4);
-webkit-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 { hr {
margin: 0px; margin: 0px;
width: 100%; width: 100%;
@ -285,6 +286,12 @@
justify-content: space-between; justify-content: space-between;
font-size: 14px !important; font-size: 14px !important;
min-height: 36px; min-height: 36px;
border: none;
color: white;
p {
margin: 0px !important;
margin-top: 4px !important;
}
&:hover { &:hover {
background: rgb(95 95 95 / 51%) !important; background: rgb(95 95 95 / 51%) !important;
} }
@ -302,6 +309,9 @@
text-decoration: underline; text-decoration: underline;
} }
} }
&#subtitles {
min-width: 124px !important;
}
} }
button#has-switch svg { button#has-switch svg {