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