More significant updates to the general layout and styling per module.
This commit is contained in:
@@ -130,20 +130,6 @@ function add_activity_log(
|
||||
</title>
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<section
|
||||
class="
|
||||
ae_idaa__archives
|
||||
container h-full mx-auto
|
||||
flex flex-col gap-1
|
||||
items-center
|
||||
justify_center
|
||||
py-1 px-2 pb-16
|
||||
min-w-full
|
||||
max-w-max
|
||||
"
|
||||
>
|
||||
|
||||
<!-- <h1>Archives {$lq__archive_obj_li?.length}</h1> -->
|
||||
|
||||
{#if $lq__archive_obj_li && $lq__archive_obj_li?.length}
|
||||
@@ -153,6 +139,3 @@ function add_activity_log(
|
||||
{:else}
|
||||
<p>No archives available to show.</p>
|
||||
{/if}
|
||||
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user