From 130ad3a35b5a8f999709adbefc6a4fbfe323ee58 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 28 Dec 2024 08:30:00 -0800 Subject: [PATCH] Fix: Removed excess padding on check icons in context menus Fix: Adjusted min-width even more --- Theme/ElegantFin-theme-nightly.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index a4dfadd..f0bcf08 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -623,13 +623,17 @@ html { background-color: var(--drawerColor); border-radius: var(--largeRadius) !important; border: solid var(--borderColor) var(--borderWidth); - min-width: 12em; + min-width: 11em; } .dialogBackdropOpened { opacity: .66; } +[dir=ltr] .actionsheetMenuItemIcon.check { + margin: 0 .45em 0 .45em !important; +} + .subtitleEditor-dropZone, .imageEditor-dropZone { border-radius: var(--largeRadius);