mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +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;
|
||||
}
|
||||
|
||||
.portraitCard .cardOverlayButton-br,
|
||||
.backdropCard .cardOverlayButton-br {
|
||||
.layout-desktop .cardOverlayButton-br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.layout-mobile .portraitCard .cardOverlayButton-br,
|
||||
.layout-mobile .backdropCard .cardOverlayButton-br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user