From 82dd0469d544222094219506cf70a30bd6676096 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Mon, 3 Nov 2025 23:05:45 +0530 Subject: [PATCH] dev: Allowed hiding the overlay button on mobile #162 --- Theme/ElegantFin-theme-nightly.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"]),