diff options
| author | Fuwn <[email protected]> | 2025-12-15 02:46:41 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-12-15 02:46:41 -0800 |
| commit | 4033679ef214601e5445e2398b9835c118ba2157 (patch) | |
| tree | 8bc6215e1679cbd04e5616fc6f2c750cfdba5eb9 /src/lib/Notification/Notification.svelte | |
| parent | feat(Wrapped): Add detailed activity fetcher toggle (diff) | |
| download | due.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.svelte | 4 |
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%; } |