Skip to content

Commit

Permalink
Fix backdrop filter for Webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacbz committed Aug 19, 2024
1 parent a379fac commit e76d6a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ $panel-border-radius: 6px;
background: $ui-background;
border-radius: $panel-border-radius;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}

#center {
Expand Down Expand Up @@ -196,6 +197,7 @@ $panel-border-radius: 6px;
border-right: 1px solid $ui-background;
@media not screen and (max-width: 900px) {
backdrop-filter: none;
-webkit-backdrop-filter: none;
}

#record-button {
Expand Down Expand Up @@ -450,6 +452,7 @@ $panel-border-radius: 6px;
border-bottom-left-radius: 0;
@media not screen and (max-width: 900px) {
backdrop-filter: none;
-webkit-backdrop-filter: none;
}

#playlist-header {
Expand Down

0 comments on commit e76d6a4

Please sign in to comment.