diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 3fd7a0f..3d7222f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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"]),