aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Notification/Notification.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-12-15 02:46:41 -0800
committerFuwn <[email protected]>2025-12-15 02:46:41 -0800
commit4033679ef214601e5445e2398b9835c118ba2157 (patch)
tree8bc6215e1679cbd04e5616fc6f2c750cfdba5eb9 /src/lib/Notification/Notification.svelte
parentfeat(Wrapped): Add detailed activity fetcher toggle (diff)
downloaddue.moe-4033679ef214601e5445e2398b9835c118ba2157.tar.xz
due.moe-4033679ef214601e5445e2398b9835c118ba2157.zip
format: Apply Prettier formatting
Diffstat (limited to 'src/lib/Notification/Notification.svelte')
-rw-r--r--src/lib/Notification/Notification.svelte4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/Notification/Notification.svelte b/src/lib/Notification/Notification.svelte
index c4232ced..6764f46e 100644
--- a/src/lib/Notification/Notification.svelte
+++ b/src/lib/Notification/Notification.svelte
@@ -59,9 +59,7 @@
#notification {
background-color: var(--base001);
- box-shadow:
- rgba(0, 0, 11, 0.2) 0px 7px 29px 0px,
- 0 0 0 4px var(--base0E);
+ box-shadow: rgba(0, 0, 11, 0.2) 0px 7px 29px 0px, 0 0 0 4px var(--base0E);
widows: 100%;
}