fix: restore the blur on drawer (#3654)
This commit is contained in:
parent
8867b27b09
commit
157a6485b4
3 changed files with 3 additions and 1 deletions
2
lnbits/static/bundle.min.css
vendored
2
lnbits/static/bundle.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -217,6 +217,7 @@ body.body--dark .q-header,
|
|||
body.body--dark .q-drawer {
|
||||
--q-dark: rgba(29, 29, 29, 0.3);
|
||||
background-color: var(--q-dark);
|
||||
backdrop-filter: blur(6px) brightness(0.8);
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
|
|||
|
|
@ -63,5 +63,6 @@ body.body--dark {
|
|||
.q-drawer {
|
||||
--q-dark: #{color.adjust(#1d1d1d, $alpha: -0.7)};
|
||||
background-color: var(--q-dark);
|
||||
backdrop-filter: blur(6px) brightness(0.8);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue