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
This commit is contained in:
lscambo13
2024-12-05 09:55:02 -08:00
parent 205185c669
commit 88801fdb1e

View File

@@ -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 */