Work on overall styles

This commit is contained in:
Scott Idem
2025-04-02 17:19:38 -04:00
parent 304c1e4123
commit 2575a57ba7
5 changed files with 46 additions and 21 deletions

View File

@@ -101,12 +101,14 @@ async function handle_update_journal() {
<section
class="
ae_journals__journal
h-full mx-auto
flex flex-col
gap-1
mx-auto
flex flex-col flex-grow gap-1
items-center
min-h-full
max-h-max
min-w-full
max-w-max
space-y-2
"
>
@@ -117,7 +119,6 @@ async function handle_update_journal() {
gap-1
items-center justify-between
border-gray-400
border-t-2
border-b
py-2
w-full

View File

@@ -80,11 +80,14 @@ let lq__journal_entry_obj = $derived(liveQuery(async () => {
<section
class="
ae_journals__journal_entry
h-full mx-auto
flex flex-col gap-1
mx-auto
flex flex-col flex-grow gap-1
items-center
min-h-full
max-h-max
min-w-full
max-w-max
space-y-2
"
>