From c402f329a7cb4c85fc4d037134c57f5805be1657 Mon Sep 17 00:00:00 2001 From: ari melody Date: Thu, 10 Jul 2025 22:32:54 +0100 Subject: [PATCH] rework of navigation UI --- src/lib/ui/Button.svelte | 22 +++++++++------------- src/lib/ui/Notification.svelte | 11 ++++++----- src/lib/ui/post/Body.svelte | 2 +- src/lib/ui/post/Post.svelte | 6 +++--- src/routes/+page.svelte | 1 + 5 files changed, 20 insertions(+), 22 deletions(-) diff --git a/src/lib/ui/Button.svelte b/src/lib/ui/Button.svelte index 22e4d87..883fb8c 100644 --- a/src/lib/ui/Button.svelte +++ b/src/lib/ui/Button.svelte @@ -48,10 +48,9 @@