mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-22 17:49:34 +00:00
Fix: Prevent overlapping of mini buttons
This commit is contained in:
@@ -153,8 +153,12 @@ html {
|
|||||||
background-color: rgba(0, 0, 0, 0.75) !important;
|
background-color: rgba(0, 0, 0, 0.75) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portraitCard .cardOverlayButton-br,
|
.layout-desktop .cardOverlayButton-br {
|
||||||
.backdropCard .cardOverlayButton-br {
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-mobile .portraitCard .cardOverlayButton-br,
|
||||||
|
.layout-mobile .backdropCard .cardOverlayButton-br {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user