1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fix backdrop appearances

This commit is contained in:
Fedor Katurov 2023-10-27 11:35:51 +06:00
parent ee049eb430
commit cbf7b1f616
5 changed files with 16 additions and 15 deletions

View file

@ -112,8 +112,7 @@
@supports ((bla-bla-bla: 4px)) {
@content;
}
// uncomment if you like blur performance again :-)
/*
@supports (
(-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))
) {
@ -128,10 +127,9 @@
}
}
}
*/
}
@mixin blur($color: $content_bg_backdrop, $radius: 15px) {
@mixin blur($color: $content_bg_backdrop, $radius: 10px) {
background: $color;
@include can_backdrop {