Browse Source

sidebar fix

pull/204/head
gilbN 3 years ago
parent
commit
a39adc61f5
  1. 7
      CSS/themes/emby/emby-base.css

7
CSS/themes/emby/emby-base.css

@ -538,4 +538,9 @@ html {
background: rgb(255 255 255 / 15%) !important; background: rgb(255 255 255 / 15%) !important;
} }
} }
.mainDrawer {
background: var(--header-blur-background);
-webkit-backdrop-filter: saturate(1.8) blur(1.5em);
backdrop-filter: saturate(1.8) blur(1.5em);
}

Loading…
Cancel
Save