From 3a04ef7f810ba66331c3b115ba23d955ee9b1a03 Mon Sep 17 00:00:00 2001 From: ari melody Date: Fri, 5 Jul 2024 15:12:53 +0100 Subject: [PATCH] fixed alignment of notif content warning --- src/lib/ui/Notification.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ui/Notification.svelte b/src/lib/ui/Notification.svelte index 12fb622..0e49e0a 100644 --- a/src/lib/ui/Notification.svelte +++ b/src/lib/ui/Notification.svelte @@ -255,7 +255,7 @@ } .notif-content .warning { - width: 100%; + width: calc(100% - 16px); margin-bottom: 10px; padding: 4px 8px; --warn-bg: color-mix(in srgb, var(--bg-700), var(--accent) 1%);