From 03e56ef2a6e944eef747053d917bd017f87021a5 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 5 Dec 2024 08:32:59 -0800 Subject: [PATCH] New: More consistent dialog paddings and corner radius --- Theme/ElegantFin-theme-nightly.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 743a568..1c52e9e 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -428,17 +428,20 @@ html { .dialogContainer { - /* backdrop-filter: blur(5px); - background-color: rgb(0 0 0 / 60%); */ + margin: .33em; } .dialog { backdrop-filter: blur(5px); background-color: var(--drawerColor); - border-radius: .75em !important; + border-radius: 1em !important; border: solid var(--borderColor) 1px; } +.dialogBackdropOpened { + opacity: .66; +} + .collapseContent { background-color: unset !important; backdrop-filter: unset !important;