Minor style fixes
This commit is contained in:
@@ -73,7 +73,7 @@ if (browser) {
|
||||
|
||||
{#if $ae_loc.user_id && $ae_loc.person_id && $ae_loc.trusted_access}
|
||||
<!-- These are needed: h-full overflow-auto -->
|
||||
<div class="ae_journals h-full max-h-full overflow-auto flex flex-col gap-1">
|
||||
<div class="ae_journals h-full max-h-full max-w-6xl overflow-auto flex flex-col gap-1 m-auto">
|
||||
|
||||
<nav
|
||||
class="
|
||||
|
||||
@@ -673,7 +673,7 @@ function handle_cut_string(old_string: string) {
|
||||
</div>
|
||||
|
||||
<div class="flex-grow flex flex-row flex-wrap gap-2 items-center justify-end">
|
||||
<div class="flex flex-row flex-wrap gap-1 items-center justify-center">
|
||||
<div class="flex flex-row flex-wrap gap-1 items-center justify-end">
|
||||
|
||||
<!-- Tags for journal entry. Comma delimited list. -->
|
||||
{#if $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id] == 'current'}
|
||||
|
||||
Reference in New Issue
Block a user