From e9febcee734fc920a35bbfadadb0213cbaf49037 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 5 Jan 2025 17:02:10 +0530 Subject: [PATCH] Fix: Menu button was unintentionally visible on cards on phones Fix: Reduced padding on these card buttons on the bottom-right --- Theme/ElegantFin-theme-nightly.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 476d3fa..c39ca5a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -185,8 +185,17 @@ html { display: none; } +.layout-mobile .cardOverlayButton{ + padding: .425em; +} + +.layout-mobile .cardOverlayButton-br>.cardOverlayButtonIcon { + border: solid var(--borderColor) var(--borderWidth); +} + .layout-mobile .portraitCard .cardOverlayButton-br, -.layout-mobile .backdropCard .cardOverlayButton-br { +.layout-mobile .backdropCard .cardOverlayButton-br, +.layout-mobile .cardOverlayButton-br[data-action="menu"]{ display: none; }