Various changes after call with IDAA. Mainly style changes.
This commit is contained in:
@@ -183,7 +183,7 @@ if (browser) {
|
||||
|
||||
<!-- <h1>Archives {$lq__archive_obj?.name} - {$lq__archive_content_obj_li?.length}</h1> -->
|
||||
|
||||
<a href="/idaa/archives" class="novi_btn btn btn-warning btn-sm
|
||||
<a href="/idaa/archives" class="novi_btn btn btn-secondary btn-sm
|
||||
variant-ghost-tertiary
|
||||
hover:variant-filled-tertiary
|
||||
transition
|
||||
|
||||
@@ -112,7 +112,7 @@ let ae_promises: key_val = $state({});
|
||||
$idaa_sess.archives.show__modal_view__archive_content_id = $idaa_slct.archive_content_id;
|
||||
$idaa_sess.archives.show__modal_edit__archive_content_id = false;
|
||||
}}
|
||||
class="novi_btn btn btn-md btn-primary variant-ghost-primary hover:variant-filled-primary transition"
|
||||
class="novi_btn btn btn-md btn-secondary variant-ghost-primary hover:variant-filled-primary transition"
|
||||
title={`View: ${idaa_archive_content_obj?.name}`}
|
||||
>
|
||||
<span class="fas fa-play m-1"></span> Play/View
|
||||
|
||||
@@ -29,7 +29,7 @@ let { log_lvl = 0, lq__archive_obj, lq__archive_content_obj_li }: Props = $props
|
||||
<header class="ae_header archive__header">
|
||||
<h2 class="archive__name h3">
|
||||
{@html $lq__archive_obj?.name ?? 'Loading...'}
|
||||
{#if $ae_loc.trusted_access}
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
({$lq__archive_content_obj_li?.length ?? '0'}×)
|
||||
{/if}
|
||||
{#await $idaa_prom.load__archive_content_obj_li}
|
||||
|
||||
@@ -46,7 +46,7 @@ let { lq__archive_obj_li }: Props = $props();
|
||||
{/if}
|
||||
</header>
|
||||
|
||||
{#if idaa_archive_obj.description}<pre class="archive__description p-2 bg-white shadow-md rounded-lg text-wrap text-sm font-normal whitespace-pre-wrap max-w-screen-md">{@html idaa_archive_obj.description}</pre>{/if}
|
||||
{#if idaa_archive_obj.description}<pre class="archive__description p-2 bg-white shadow-md rounded-lg text-sm font-normal text-wrap whitespace-pre-wrap word-break max-w-screen-md novi_text_wrap">{@html idaa_archive_obj.description}</pre>{/if}
|
||||
|
||||
<div class="ae_options flex flex-row gap-2 items-center justify-center">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user