From 44bd294bf05bae9fc1dcb9523da856e5d6bbec4c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 11 Nov 2024 05:33:32 -0500 Subject: [PATCH] feat(jelly): use official skipintro button and change style --- devices/nos/modules/jellyfin/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/devices/nos/modules/jellyfin/default.nix b/devices/nos/modules/jellyfin/default.nix index 8d7593c0..dc66bd72 100644 --- a/devices/nos/modules/jellyfin/default.nix +++ b/devices/nos/modules/jellyfin/default.nix @@ -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;}