From 50bcb364661545bb307d73638acbb5253a4579d3 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 19 Dec 2024 09:21:06 -0800 Subject: [PATCH] Fix: Set a minimum width on dialog boxes to prevent overlaps in case of little content inside --- Theme/ElegantFin-theme-nightly.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index bc812d5..ebf5852 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -474,6 +474,7 @@ html { background-color: var(--drawerColor); border-radius: var(--largeRadius) !important; border: solid var(--borderColor) var(--borderWidth); + min-width: 15em; } .dialogBackdropOpened {