Skip to content

Instantly share code, notes, and snippets.

@hofq
Last active October 31, 2024 18:09
Show Gist options
  • Save hofq/918d0409b2de6dc6a0c8ced0c2d297fa to your computer and use it in GitHub Desktop.
Save hofq/918d0409b2de6dc6a0c8ced0c2d297fa to your computer and use it in GitHub Desktop.
Jellyfin CSS to make The Movie Preview more beautiful

Jellyfin CSS to make The Movie Preview more beautiful

Before

grafik

After

grafik

.noBackdropTransparency .detailPageSecondaryContainer{
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(6px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment