mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Extra card overlay buttons were overlapping the play button on small screen
This commit is contained in:
@@ -356,6 +356,7 @@ html {
|
||||
border-color: var(--btnPlayBorderColor);
|
||||
font-size: 75%;
|
||||
box-shadow: var(--shadow);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.cardOverlayContainer>.cardOverlayFab-primary:hover,
|
||||
@@ -373,6 +374,8 @@ html {
|
||||
bottom: .75em;
|
||||
right: .5em;
|
||||
display: var(--extraCardButtonsVisibility);
|
||||
transform: scale(.8);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.layout-desktop .cardOverlayButton-br button {
|
||||
|
Reference in New Issue
Block a user