From a74297ed47fe1b31fa637d336cbf164a9aa76c04 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 3 May 2025 18:56:27 +0400 Subject: [PATCH] refac: styling --- src/lib/components/notes/Notes.svelte | 8 ++++---- src/routes/(app)/notes/+layout.svelte | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/components/notes/Notes.svelte b/src/lib/components/notes/Notes.svelte index 629e8b7b3..53da2e80a 100644 --- a/src/lib/components/notes/Notes.svelte +++ b/src/lib/components/notes/Notes.svelte @@ -101,8 +101,8 @@ {$i18n.t(timeRange)} - {#each notes[timeRange] as note, idx (note.id)} -
+
+ {#each notes[timeRange] as note, idx (note.id)}
@@ -141,8 +141,8 @@
-
- {/each} + {/each} + {/each} {:else}
diff --git a/src/routes/(app)/notes/+layout.svelte b/src/routes/(app)/notes/+layout.svelte index 23a3ab72c..e2ebec71a 100644 --- a/src/routes/(app)/notes/+layout.svelte +++ b/src/routes/(app)/notes/+layout.svelte @@ -46,9 +46,9 @@