mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 15:25:26 +00:00
dev: Allowed hiding the overlay button on mobile #162
This commit is contained in:
@@ -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"]),
|
||||||
|
|||||||
Reference in New Issue
Block a user