Fix: Menu button was unintentionally visible on cards on phones

Fix: Reduced padding on these card buttons on the bottom-right
This commit is contained in:
lscambo13
2025-01-05 17:02:10 +05:30
parent 2f8b038959
commit e9febcee73

View File

@@ -185,8 +185,17 @@ html {
display: none; display: none;
} }
.layout-mobile .cardOverlayButton{
padding: .425em;
}
.layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon {
border: solid var(--borderColor) var(--borderWidth);
}
.layout-mobile .portraitCard .cardOverlayButton-br, .layout-mobile .portraitCard .cardOverlayButton-br,
.layout-mobile .backdropCard .cardOverlayButton-br { .layout-mobile .backdropCard .cardOverlayButton-br,
.layout-mobile .cardOverlayButton-br[data-action="menu"]{
display: none; display: none;
} }