From 88801fdb1e78449c11e7ed221bab10ad0c608e2e Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 5 Dec 2024 09:55:02 -0800 Subject: [PATCH] Fix: Setting block explicity was causing layout shifts. Doing nothing fixes it. Note: SyncPlay button is hidden from the home screen, but it is visible elsewhere --- Theme/ElegantFin-theme-nightly.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a2c91cc..a9cad54 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -165,7 +165,7 @@ h1 { /* display sync button when not on home screen */ .skinHeader:not(.noHomeButtonHeader) .headerSyncButton { - display: block; + /* display: block; */ } /* hide search button when not on home screen */