mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Home button is shown in the main media page
This commit is contained in:
@@ -450,11 +450,16 @@ html {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hides home button from the appbar/header on all layouts */
|
/* this hides the header home button everywhere except the main media page */
|
||||||
.headerHomeButton {
|
.skinHeader-withBackground:not(.semiTransparent) .headerHomeButton {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* workaround to show the header home button on the main media page on phones*/
|
||||||
|
.layout-mobile:has(#itemDetailPage:not(.hide)) .headerHomeButton {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/* hides sync button on home screen on phones only in portrait mode */
|
/* hides sync button on home screen on phones only in portrait mode */
|
||||||
@media (orientation: portrait) {
|
@media (orientation: portrait) {
|
||||||
.layout-mobile .skinHeader.noHomeButtonHeader .headerSyncButton {
|
.layout-mobile .skinHeader.noHomeButtonHeader .headerSyncButton {
|
||||||
|
Reference in New Issue
Block a user