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;