From 353e6b466a1dc36fc88147f56e534beb54612bc5 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 16 Apr 2025 06:02:03 -0700 Subject: [PATCH] Fix: Increased the padding around the mini play button for better appearance --- Theme/ElegantFin-theme-nightly.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a3c0ddf..cb7b68d 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -263,7 +263,7 @@ html { } .layout-mobile .cardOverlayButton { - padding: .425em; + padding: .75em; } .layout-mobile .portraitCard .cardOverlayButton-br, @@ -440,11 +440,12 @@ html { background-color: transparent; } +/* hides home button from the appbar/header on all layouts */ .headerHomeButton { display: none; } -/* hide sync button on home screen on phones only in portrait mode */ +/* hides sync button on home screen on phones only in portrait mode */ @media (orientation: portrait) { .layout-mobile .skinHeader.noHomeButtonHeader .headerSyncButton { display: none;