feat(jelly): use official skipintro button and change style
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
2cfbfe9bef
commit
44bd294bf0
1 changed files with 7 additions and 0 deletions
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue