Wrapping up for the day. Minor fixes to styling.

This commit is contained in:
Scott Idem
2024-12-23 18:04:04 -05:00
parent f024ccbe0c
commit 5977df38a7
5 changed files with 6 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ if (browser) {
<!-- <h1>Archives {$lq__archive_obj?.name} - {$lq__archive_content_obj_li?.length}</h1> -->
<a href="/idaa/archives" class="btn btn-warning btn-sm
<a href="/idaa/archives" class="novi_btn btn btn-warning btn-sm
variant-ghost-tertiary
hover:variant-filled-tertiary
transition

View File

@@ -328,10 +328,9 @@ async function handle_hosted_files_uploaded(hosted_file_id_li: string[], hosted_
class="input w-full"
placeholder="Content name"
>
{$lq__archive_content_obj?.name}
</label>
<label for="description">
<label for="description" class="w-full">
Description
<Tiptap_editor
default_minimal={true}