dev: Allowed hiding the overlay button on mobile #162

This commit is contained in:
lscambo13
2025-11-03 23:05:45 +05:30
parent 36290112c3
commit 82dd0469d5

View File

@@ -121,7 +121,7 @@
block: makes them visible */ block: makes them visible */
--libraryLabelVisibility: none; --libraryLabelVisibility: none;
/* block: show the Movie/TV clear logo if it is available [default]; /* block: shows the Movie/TV clear logo if it is available [default];
none: makes the clear logo always hidden */ none: makes the clear logo always hidden */
--clearLogoVisibility: block; --clearLogoVisibility: block;
@@ -129,6 +129,10 @@
block: makes the title always visible */ block: makes the title always visible */
--itemTitleVisibility: none; --itemTitleVisibility: none;
/* block: shows the mini play or three-dot button on cards only on mobile [default];
none: makes them always hidden only on mobile */
--miniOverlayButtonVisibility: block;
/* use "" to enable the card hover effect [default]; /* use "" to enable the card hover effect [default];
use none (without quotes) to disable it */ use none (without quotes) to disable it */
--cardHoverEffect: ""; --cardHoverEffect: "";
@@ -459,6 +463,7 @@ html {
[dir=ltr] .layout-mobile .cardOverlayButton-br { [dir=ltr] .layout-mobile .cardOverlayButton-br {
bottom: .25em; bottom: .25em;
right: .25em; right: .25em;
display: var(--miniOverlayButtonVisibility);
} }
.layout-mobile .portraitCard .cardOverlayButton-br:not([data-action="menu"]), .layout-mobile .portraitCard .cardOverlayButton-br:not([data-action="menu"]),