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;
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 {