From 3d5aa7ebd95e94a543e109e304d767640ff5b128 Mon Sep 17 00:00:00 2001 From: Jones Date: Thu, 10 Jul 2025 16:44:32 +0930 Subject: [PATCH 1/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1cc5a642..dfd99e10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# - From ae8b890282bb75a8956a8b2982826a350a02b5a3 Mon Sep 17 00:00:00 2001 From: Jones Date: Wed, 16 Jul 2025 16:45:39 +0930 Subject: [PATCH 2/2] 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;