Dark backdrop for settings menu
This commit is contained in:
parent
b4999dc8d9
commit
7bea355fd9
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Zorn Player
|
||||
.video-container {
|
||||
|
@ -226,8 +225,8 @@
|
|||
flex-direction: column;
|
||||
gap: 6px;
|
||||
padding: 4px;
|
||||
backdrop-filter: blur(24px) contrast(0.8) brightness(0.8);
|
||||
-webkit-backdrop-filter: blur(24px) contrast(0.8) brightness(0.8);
|
||||
backdrop-filter: blur(12px) contrast(0.6) brightness(0.4);
|
||||
-webkit-backdrop-filter: blur(12px) contrast(0.6) brightness(0.4);
|
||||
hr {
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue