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

2
package-lock.json generated
View File

@@ -76,7 +76,7 @@
"svelte": "^5.0.0",
"svelte-awesome-color-picker": "^3.1.4",
"svelte-check": "^4.0.0",
"svelte-highlight": "^7.7.0",
"svelte-highlight": "^7.8.0",
"svelte-idle": "^3.0.1",
"svelte-tiptap": "^2.1.0",
"tailwind-merge": "^2.5.5",

View File

@@ -71,7 +71,7 @@
"svelte": "^5.0.0",
"svelte-awesome-color-picker": "^3.1.4",
"svelte-check": "^4.0.0",
"svelte-highlight": "^7.7.0",
"svelte-highlight": "^7.8.0",
"svelte-idle": "^3.0.1",
"svelte-tiptap": "^2.1.0",
"tailwind-merge": "^2.5.5",

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}

View File

@@ -610,7 +610,7 @@ async function handle_delete_event_obj(
/>
</label>
<label for="description" class="ae_label event__description">Short description
<label for="description" class="ae_label event__description w-full">Short description
<!-- <textarea name="description" id="description" class="ae_value event__description tinymce_editor editor_basic textarea" rows="5" cols="70" bind:value={$idaa_slct.event_obj.description} ></textarea> -->
<Tiptap_editor
@@ -1312,6 +1312,7 @@ async function handle_delete_event_obj(
{#if $ae_loc.trusted_access}
<label
for="notes"
class="w-full"
>
Internal Staff Notes
<Tiptap_editor