From cfa1066977fbca664cf4665450393983c102914e Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 22 Jan 2025 09:34:56 -0800 Subject: [PATCH] Fix: Removed border ffrom more fullscreen dialogs --- Theme/ElegantFin-theme-nightly.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 3c11ea0..729d878 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -871,7 +871,7 @@ progress+span { min-width: 11em; } -.dialog:not(.dialog-fullscreen, .dialog-fullscreen-lowres) { +.dialog:not(.dialog-fullscreen, .dialog-fullscreen-lowres, .dialog-fixedSize) { border-radius: var(--largeRadius) !important; border: var(--defaultBorder); }