dev: Allowed hiding the overlay button on mobile #162
This commit is contained in:
parent
36290112c3
commit
82dd0469d5
1 changed files with 6 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
block: makes them visible */
|
||||
--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 */
|
||||
--clearLogoVisibility: block;
|
||||
|
||||
|
|
@ -129,6 +129,10 @@
|
|||
block: makes the title always visible */
|
||||
--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 none (without quotes) to disable it */
|
||||
--cardHoverEffect: "";
|
||||
|
|
@ -459,6 +463,7 @@ html {
|
|||
[dir=ltr] .layout-mobile .cardOverlayButton-br {
|
||||
bottom: .25em;
|
||||
right: .25em;
|
||||
display: var(--miniOverlayButtonVisibility);
|
||||
}
|
||||
|
||||
.layout-mobile .portraitCard .cardOverlayButton-br:not([data-action="menu"]),
|
||||
|
|
|
|||
Loading…
Reference in a new issue