mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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.
This commit is contained in:
@@ -441,10 +441,12 @@ html {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide sync button on home screen */
|
/* hide sync button on home screen on phones only in portrait mode */
|
||||||
.skinHeader.noHomeButtonHeader .headerSyncButton {
|
@media (orientation: portrait) {
|
||||||
|
.layout-mobile .skinHeader.noHomeButtonHeader .headerSyncButton {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.pageTitle {
|
.pageTitle {
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
|
Reference in New Issue
Block a user