loof2736 / scyfin

Custom theme for Jellyfin WebUI
GNU General Public License v3.0
260 stars 28 forks source link

Add style sheet to display chapters #29

Closed Julien9969 closed 3 months ago

Julien9969 commented 3 months ago

See the render in jellyfin

@import url('https://cdn.jsdelivr.net/gh/julien9969/scyfin@2eaf6ca/CSS/scyfin-theme.css');
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css');
@import url('https://cdn.jsdelivr.net/gh/julien9969/scyfin@46d0d3c/CSS/chapters-on-player.css');

image

loof2736 commented 3 months ago

Thanks for this, honestly I forgot I disabled these lol. I went ahead and re-enabled them in the base theme rather than having a separate option for them, though they only show on hover now.