From ae8b890282bb75a8956a8b2982826a350a02b5a3 Mon Sep 17 00:00:00 2001 From: Jones Date: Wed, 16 Jul 2025 16:45:39 +0930 Subject: [PATCH] feat: apply rounded corners to custom timetable events while they are being edited (It has a different ID to once its been added) --- src/css/injected.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/injected.scss b/src/css/injected.scss index e292515d..19c011f9 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -1983,6 +1983,10 @@ div.entry.event { border-radius: 4px; } +div.entry.new { + border-radius: 4px; +} + .uiFileHandler .uiButton { border-radius: 32px !important; color: var(--text-primary) !important;