Style improvements for small screens
This commit is contained in:
@@ -131,7 +131,7 @@ async function handle_update_journal() {
|
||||
hover:variant-filled-tertiary
|
||||
transition
|
||||
"
|
||||
title="View all journals"
|
||||
title="View all journals for this account: {$ae_loc.account_name}"
|
||||
>
|
||||
<!-- <BookHeart /> -->
|
||||
<!-- <Library /> -->
|
||||
@@ -151,6 +151,7 @@ async function handle_update_journal() {
|
||||
hover:variant-filled-tertiary
|
||||
transition
|
||||
"
|
||||
title="View all journal entries for this journal: {$lq__journal_obj?.name}"
|
||||
>
|
||||
<Notebook />
|
||||
<!-- <Bookmark /> -->
|
||||
@@ -183,7 +184,7 @@ async function handle_update_journal() {
|
||||
hover:variant-filled-warning
|
||||
transition
|
||||
"
|
||||
title="Edit Journal meta and configuration (name, type, passcode, categories, etc.)"
|
||||
title="Edit Journal meta and configuration (name, type, passcode, categories, etc.: {$lq__journal_obj?.name})"
|
||||
>
|
||||
<Pencil />
|
||||
<span class="hidden md:inline">
|
||||
@@ -233,6 +234,7 @@ async function handle_update_journal() {
|
||||
hover:variant-filled-secondary
|
||||
transition
|
||||
"
|
||||
title="Create a new journal entry for this journal: {$lq__journal_obj?.name}"
|
||||
>
|
||||
<FilePlus />
|
||||
<!-- <span class="fas fa-plus m-1"></span> -->
|
||||
|
||||
Reference in New Issue
Block a user