aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Notification/Notification.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Notification/Notification.svelte')
-rw-r--r--src/lib/Notification/Notification.svelte4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/Notification/Notification.svelte b/src/lib/Notification/Notification.svelte
index 6764f46e..c4232ced 100644
--- a/src/lib/Notification/Notification.svelte
+++ b/src/lib/Notification/Notification.svelte
@@ -59,7 +59,9 @@
#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%;
}