Fix firefox and bottom buttons
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
.blurred-or-opaque-bg-2 {
|
||||
@apply bg-opacity-90;
|
||||
}
|
||||
@supports (backdrop-filter: blur(24px)) {
|
||||
@supports (backdrop-filter: none) {
|
||||
.blurred-or-opaque-bg-1 {
|
||||
@apply bg-opacity-50 backdrop-filter backdrop-blur-lg;
|
||||
}
|
||||
@@ -46,6 +46,14 @@
|
||||
@apply bg-opacity-70 backdrop-filter backdrop-blur;
|
||||
}
|
||||
}
|
||||
@supports not (backdrop-filter: none) {
|
||||
.blurred-or-opaque-bg-1 {
|
||||
@apply bg-opacity-70;
|
||||
}
|
||||
.blurred-or-opaque-bg-2 {
|
||||
@apply bg-opacity-90;
|
||||
}
|
||||
}
|
||||
@variants responsive {
|
||||
.h-two-thirds-vw {
|
||||
height: 67vw;
|
||||
|
Reference in New Issue
Block a user