From 2e569b1928c7cc6eff8ed3d2b51ed62444250359 Mon Sep 17 00:00:00 2001 From: Josh Wilberger Date: Mon, 27 Feb 2023 23:59:45 -0500 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a06c800..e7cc3e5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ Scyfin Complete Theme @import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.0.7/CSS/css-scyfin/scyfin-theme.css'); +Note: If you use the Jellyfin Media Player desktop app, you need to add this CSS bit (navigate to Settings>Display>Custom CSS Code if you only want it to apply to one client, ie the desktop app) or else the content will be covered by the sidebar: + +``` +/* Scyfin Media Player fix */ +.layout-desktop .libraryPage:not(#editItemMetadataPage) {margin-left: 250px !important;} +``` + --- Scyfin Complete Theme - Backdrops Supported @@ -28,6 +35,13 @@ Note - Backdrops need to be enabled in Jellyfin (Settings > Display > Backdrops) @import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.0.7/CSS/css-scyfin/scyfin-theme-backdrop.css'); +Note: If you use the Jellyfin Media Player desktop app, you need to add this CSS bit (navigate to Settings>Display>Custom CSS Code if you only want it to apply to one client, ie the desktop app) or else the content will be covered by the sidebar: + +``` +/* Scyfin Media Player fix */ +.layout-desktop .libraryPage:not(#editItemMetadataPage) {margin-left: 250px !important;} +``` + --- Static Left Drawer