mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -185,8 +185,17 @@ html {
|
||||
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 .backdropCard .cardOverlayButton-br {
|
||||
.layout-mobile .backdropCard .cardOverlayButton-br,
|
||||
.layout-mobile .cardOverlayButton-br[data-action="menu"]{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user