Fix: Increased the padding around the mini play button for better appearance
This commit is contained in:
parent
2c4fa43198
commit
353e6b466a
1 changed files with 3 additions and 2 deletions
|
|
@ -263,7 +263,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .cardOverlayButton {
|
.layout-mobile .cardOverlayButton {
|
||||||
padding: .425em;
|
padding: .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .portraitCard .cardOverlayButton-br,
|
.layout-mobile .portraitCard .cardOverlayButton-br,
|
||||||
|
|
@ -440,11 +440,12 @@ html {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* hides home button from the appbar/header on all layouts */
|
||||||
.headerHomeButton {
|
.headerHomeButton {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide 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 {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue