Fix: Prevent overlapping of mini buttons
This commit is contained in:
parent
32f877bed6
commit
23ad03be9f
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue