mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Update README.md
This commit is contained in:
parent
518a8a2d2e
commit
2e569b1928
14
README.md
14
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user