Browse Source

Merge pull request #242 from ottodoesntknow/patch-3

fix jellyfin backdrops
pull/244/head
GilbN 3 years ago
committed by GitHub
parent
commit
b6f04e2fb7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      CSS/themes/jellyfin/jellyfin-base.css

5
CSS/themes/jellyfin/jellyfin-base.css

@ -158,8 +158,7 @@ html {
} }
.backgroundContainer, .backgroundContainer:not(.backgroundContainer.withBackdrop), html {
html {
background: var(--theme-background); background: var(--theme-background);
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed; background-attachment: fixed, fixed;
@ -920,4 +919,4 @@ html {
.layout-tv .emby-button.detailFloatingButton:focus { .layout-tv .emby-button.detailFloatingButton:focus {
background-color: #f2f2f2; background-color: #f2f2f2;
color: rgb(var(--theme-accent-text-color)); color: rgb(var(--theme-accent-text-color));
} }

Loading…
Cancel
Save