Working on formatting for IDAA Novi site.
This commit is contained in:
@@ -23,17 +23,19 @@ onMount(() => {
|
||||
{#each $lq__archive_obj_li as idaa_archive_obj, index}
|
||||
<div
|
||||
class="container archive archive_obj border border-1 rounded p-2 mb-2 space-y-2 w-full max-w-screen-lg flex flex-col items-center justify-center"
|
||||
class:hidden={(idaa_archive_obj?.hide || !idaa_archive_obj?.enable) && !$ae_loc.trusted_access}
|
||||
class:dim={idaa_archive_obj.hide}
|
||||
class:bg-warning-100={!idaa_archive_obj?.enable}
|
||||
class:text-warning-900={!idaa_archive_obj?.enable}
|
||||
>
|
||||
|
||||
<header class="ae_header flex flex-row gap-2 items-center">
|
||||
<header class="ae_header flex flex-row gap-2 items-center justify-between w-full">
|
||||
<h3 class="archive__name h3">
|
||||
<span class="archive__name">{@html idaa_archive_obj.name}</span>
|
||||
</h3>
|
||||
|
||||
{#if idaa_archive_obj.original_location}
|
||||
—
|
||||
<!-- — -->
|
||||
<h4 class="h4">
|
||||
<!-- <span class="ae_label">Location:</span> -->
|
||||
<span class="ae_value">{idaa_archive_obj.original_location}</span>
|
||||
|
||||
Reference in New Issue
Block a user