Lots of updates. And now with the ability to copy the rendered HTML version!
This commit is contained in:
@@ -97,13 +97,13 @@ async function handle_update_journal() {
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Svelte layout for a Journal ID page and children -->
|
||||
<section
|
||||
class="
|
||||
ae_journals__journal
|
||||
container h-full mx-auto
|
||||
h-full mx-auto
|
||||
flex flex-col
|
||||
gap-1
|
||||
py-1 px-2 pb-16
|
||||
items-center
|
||||
min-w-full
|
||||
max-w-max
|
||||
@@ -116,9 +116,12 @@ async function handle_update_journal() {
|
||||
flex flex-row flex-wrap
|
||||
gap-1
|
||||
items-center justify-between
|
||||
border-gray-200 border-y-
|
||||
w-full
|
||||
border-gray-400
|
||||
border-t-2
|
||||
border-b
|
||||
py-2
|
||||
w-full
|
||||
hover:bg-slate-100
|
||||
"
|
||||
>
|
||||
<a href="/journals"
|
||||
|
||||
@@ -155,6 +155,7 @@ if (browser) {
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<!-- Svelte Page for a Journal ID page -->
|
||||
<!-- <section
|
||||
class="
|
||||
ae_journals__journal
|
||||
|
||||
@@ -80,9 +80,8 @@ let lq__journal_entry_obj = $derived(liveQuery(async () => {
|
||||
<section
|
||||
class="
|
||||
ae_journals__journal_entry
|
||||
container h-full mx-auto
|
||||
h-full mx-auto
|
||||
flex flex-col gap-1
|
||||
py-1 px-2 pb-16
|
||||
items-center
|
||||
min-w-full
|
||||
max-w-max
|
||||
|
||||
Reference in New Issue
Block a user