From af5de16a41d9e148308a53d027e111548744ebe1 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 7 Aug 2025 07:03:37 -0700 Subject: [PATCH] Fix: Aligned the skip intro button to the viewport --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index d0be571..24ed1e5 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2791,6 +2791,8 @@ div[data-role=controlgroup] a.ui-btn-active { .skip-button { background-color: whitesmoke; box-shadow: var(--shadow); + bottom: 25%; + right: var(--sidePadding); } /* this workaround allows the skip button get focused correctly on TVs using remote navigation*/ @@ -2799,7 +2801,6 @@ but that is a non-issue because users can use the back button on their remotes * .layout-tv .skip-button { right: unset; left: var(--sidePadding); - bottom: 25%; } .skip-button:hover {