From fcdf6dfe62630ce1546920826f5bc159df540db2 Mon Sep 17 00:00:00 2001 From: silberengel Date: Sun, 10 Aug 2025 20:44:27 +0200 Subject: [PATCH] moved inline styles into the styles folder --- src/lib/components/Notifications.svelte | 45 ++--- src/styles/notifications.css | 214 ++++++++++++++++++++++++ 2 files changed, 237 insertions(+), 22 deletions(-) create mode 100644 src/styles/notifications.css diff --git a/src/lib/components/Notifications.svelte b/src/lib/components/Notifications.svelte index f0995c7..f1e19fa 100644 --- a/src/lib/components/Notifications.svelte +++ b/src/lib/components/Notifications.svelte @@ -1,4 +1,5 @@