mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -165,7 +165,7 @@ h1 {
|
|||||||
|
|
||||||
/* display sync button when not on home screen */
|
/* display sync button when not on home screen */
|
||||||
.skinHeader:not(.noHomeButtonHeader) .headerSyncButton {
|
.skinHeader:not(.noHomeButtonHeader) .headerSyncButton {
|
||||||
display: block;
|
/* display: block; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide search button when not on home screen */
|
/* hide search button when not on home screen */
|
||||||
|
Reference in New Issue
Block a user