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;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Zorn Player
|
// Zorn Player
|
||||||
.video-container {
|
.video-container {
|
||||||
|
@ -226,8 +225,8 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
backdrop-filter: blur(24px) contrast(0.8) brightness(0.8);
|
backdrop-filter: blur(12px) contrast(0.6) brightness(0.4);
|
||||||
-webkit-backdrop-filter: blur(24px) contrast(0.8) brightness(0.8);
|
-webkit-backdrop-filter: blur(12px) contrast(0.6) brightness(0.4);
|
||||||
hr {
|
hr {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue