Mostly style improvements in general and for LCI
This commit is contained in:
@@ -42,6 +42,9 @@ if (log_lvl) {
|
||||
<title>Core - {$ae_loc.title ?? 'Æ loading...'}</title>
|
||||
</svelte:head>
|
||||
|
||||
<div
|
||||
class="ae_core h-full max-h-full max-w-6xl overflow-auto flex flex-col gap-1 m-auto"
|
||||
>
|
||||
|
||||
{#if $ae_loc?.manager_access === 'test-new-submenu'}
|
||||
<section
|
||||
@@ -83,7 +86,12 @@ if (log_lvl) {
|
||||
</section>
|
||||
{/if}
|
||||
|
||||
<section
|
||||
class="main_content grow px-1 md:px-2 pb-28"
|
||||
>
|
||||
<!-- <div class="container m-auto"> -->
|
||||
{@render children?.()}
|
||||
<!-- </div> -->
|
||||
</section>
|
||||
|
||||
<!-- <div class="container m-auto"> -->
|
||||
{@render children?.()}
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
@@ -36,7 +36,7 @@ let person_id_random_li: string[] = [];
|
||||
</script>
|
||||
|
||||
|
||||
<section class="ae_core md:container h-full mx-auto">
|
||||
<section class="ae_core md:container mx-auto">
|
||||
|
||||
<h2 class="h3">Æ Core for {$ae_loc.account_name ?? 'Æ loading...'}</h2>
|
||||
|
||||
@@ -205,14 +205,17 @@ let person_id_random_li: string[] = [];
|
||||
<option value={50}>50</option>
|
||||
<option value={75}>75</option>
|
||||
<option value={100}>100</option>
|
||||
<option value={150}>150</option>
|
||||
<option value={200}>200</option>
|
||||
<option value={250}>250</option>
|
||||
<option value={400}>400</option>
|
||||
<option value={500}>500</option>
|
||||
<option value={750}>750</option>
|
||||
<option value={1000}>1000</option>
|
||||
</select>
|
||||
|
||||
</label>
|
||||
|
||||
<div class="">
|
||||
<div class="outline">
|
||||
<!-- Count: {person_id_random_li?.length} -->
|
||||
<Comp_person_obj_tbl
|
||||
bind:person_id_random_li={person_id_random_li}
|
||||
@@ -224,7 +227,3 @@ let person_id_random_li: string[] = [];
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user