More work on styles... flex wraps everywhere.

This commit is contained in:
Scott Idem
2025-09-19 10:32:08 -04:00
parent 5527bce327
commit fc4e59dd8c
13 changed files with 144 additions and 110 deletions

View File

@@ -566,26 +566,36 @@ async function handle_qry__event_session(
{:else}
<h2
class="
h2 text-center rounded-md p-1 px-2
preset-filled-surface-400-600 text-neutral-800/90
flex flex-row gap-0.25 items-center justify-between w-full
"
<header class="ae_module_header">
<!-- <span
class="flex flex-row flex-wrap gap-1 items-center justify-center"
> -->
<!-- rounded-md p-1 px-2 -->
<!-- preset-filled-surface-400-600 text-neutral-800/90 -->
<h2
class="
h2 text-center
flex flex-row gap-0.25 items-center justify-between w-full
"
>
<span
class="flex flex-row gap-1 items-center"
>
<span class="fas fa-chart-line m-1 text-neutral-800/80"></span>
Reports
</span>
<!-- Reports for: -->
{#if $lq__event_obj?.cfg_json?.short_name}
{@html $lq__event_obj?.cfg_json.short_name ?? ae_snip.html__not_set}
{:else}
{@html $lq__event_obj?.name ?? ae_snip.html__not_set}
{/if}
</h2>
<span
class="flex flex-row gap-1 items-center"
>
<span class="fas fa-chart-line m-1 text-neutral-800/80"></span>
Reports
</span>
<!-- Reports for: -->
{#if $lq__event_obj?.cfg_json?.short_name}
{@html $lq__event_obj?.cfg_json.short_name ?? ae_snip.html__not_set}
{:else}
{@html $lq__event_obj?.name ?? ae_snip.html__not_set}
{/if}
</h2>
<!-- </span> -->
</header>
<div class="preset-tonal-success border border-success-500 my-2 p-2 rounded-md flex flex-row flex-wrap gap-1 items-center justify-center">