From bb3fae30a2c4b8f19cd4f2e24fdef1ac321c5228 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 25 Jul 2025 08:29:58 -0700 Subject: [PATCH] Fix: Reverted the margin modification around flat transparent buttons It was causing more issues than fixing them --- Theme/ElegantFin-theme-nightly.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index c4b66bd..9e8fc3a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2617,10 +2617,6 @@ div[data-role=controlgroup] a.ui-btn-active { padding: 0 .5em; } -.paper-icon-button-light { - margin: 0 .2em; -} - .layout-mobile #myPreferencesMenuPage { padding-top: 3.75em !important; }