Update README.md

This commit is contained in:
Josh Wilberger 2022-11-11 00:51:30 -05:00 committed by GitHub
parent a4be3774ba
commit 1e2df2783e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,11 @@ Custom CSS bits for the Jellyfin WebUI and a (VERY WIP) custom theme
---
Static Left Drawer (Very broken right now)
Static Left Drawer
<img src="./images/static-left-drawer-demo.png" alt="static left drawer" width="80%"/>
Example of how borken it is :)
<img src="./images/borken2.png" alt="static left drawer" width="80%"/>
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin/CSS/static-left-drawer.css');
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@main/CSS/static-left-drawer.css');
---
@ -22,7 +18,7 @@ Rounded Cards
<img src="./images/rounded-cards-demo.png" alt="rounded cards" width="80%"/>
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin/CSS/rounded-cards.css');
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@main/CSS/rounded-cards.css');
---
@ -30,7 +26,7 @@ Rounded Drawer Buttons
<img src="./images/rounded-drawer-buttons-demo.png" alt="rounded drawer buttons" width="80%"/>
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin/CSS/rounded-drawer-buttons.css');
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@main/CSS/rounded-drawer-buttons.css');
---
@ -38,7 +34,7 @@ Transparent Header
<img src="./images/transparent-header-demo.png" alt="transparent header" width="80%"/>
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin/CSS/transparent-header.css');
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@main/CSS/transparent-header.css');
---
@ -46,4 +42,4 @@ Transparent Header Alternative
<img src="./images/transparent-header-alt-demo.png" alt="transparent header alt" width="80%"/>
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin/CSS/transparent-header-alt.css');
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@main/CSS/transparent-header-alt.css');