Fix: Prevent overlapping of mini buttons

This commit is contained in:
lscambo13
2024-12-26 09:13:32 -08:00
parent 32f877bed6
commit 23ad03be9f

View File

@@ -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;
} }