Update menus style
This commit is contained in:
parent
1f5b791b94
commit
5689d76cfd
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue