Work on overall styles
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user