feat(jelly): use official skipintro button and change style
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-11 05:33:32 -05:00
parent 2cfbfe9bef
commit 44bd294bf0

View file

@ -77,6 +77,13 @@ in {
/* Style backdrop */
.backdropImage {filter: blur(18px) saturate(120%) contrast(120%) brightness(40%);}
/* Fix Jellyfin's st**pid skip-intro placement */
.skip-button {
position: fixed;
bottom: 18%;
right: 16%;
}
/* Custom Settings */
:root {--accent: 145,75,245;}
:root {--rounding: 12px;}