From 7935fef64845c1b2d58df66e8f916b1bec171e25 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 31 May 2025 12:34:07 -0700 Subject: [PATCH] New: Added rounded corners to subtitles drag and drop box --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 1830b1c..5d15452 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1468,7 +1468,8 @@ progress+span { } .subtitleEditor-dropZone, -.imageEditor-dropZone { +.imageEditor-dropZone, +.lyricsEditor-dropZone { border-radius: var(--largeRadius); }