From 4c167fe35305357cb574e9a3c75fdea5ff7ef145 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 28 Mar 2025 06:26:37 -0700 Subject: [PATCH] New: Always display SyncPlay button on Desktops, TVs, and Phones (landscape) #48 Only hide it in portrait mode on phones from the home page because generally there isn't enough space in the header. It is always visible in Movie/TV Library and Settings pages. --- Theme/ElegantFin-theme-nightly.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index c539cbd..fd88809 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -441,10 +441,12 @@ html { display: none; } -/* hide sync button on home screen */ -.skinHeader.noHomeButtonHeader .headerSyncButton { +/* hide sync button on home screen on phones only in portrait mode */ +@media (orientation: portrait) { + .layout-mobile .skinHeader.noHomeButtonHeader .headerSyncButton { display: none; } +} .pageTitle { height: 1.5em;