Mostly style improvements in general and for LCI

This commit is contained in:
Scott Idem
2025-06-24 11:48:56 -04:00
parent d86558caa0
commit c47019ddba
8 changed files with 41 additions and 23 deletions

View File

@@ -421,7 +421,7 @@ max-w-max -->
{:else if $lq__event_obj?.enable || $ae_loc.trusted_access}
<!-- <header> -->
<h2 class="ae_container_module_header">
<h2 class="ae_module_header h3">
<span
class="flex flex-row gap-1 items-center"
>

View File

@@ -121,9 +121,9 @@ let lq__auth__event_presenter_obj = $derived(liveQuery(async () => {
{:else if $lq__event_presenter_obj?.enable || $ae_loc.trusted_access}
<h2 class="h2 text-center rounded-md p-1 px-2 bg-gray-300 flex flex-row flex-wrap gap-0.25 items-center justify-between w-full">
<h2 class="ae_module_header h4">
<span
class="flex flex-row gap-1 items-center"
class="flex flex-row flex-wrap gap-1 items-center justify-center"
>
<span class="fas fa-user m-1"></span>
<!-- Button to toggle between the regular presenter view and managing presenter files -->

View File

@@ -176,9 +176,9 @@ onMount(() => {
{:else if $lq__event_session_obj?.enable || $ae_loc.trusted_access}
<h2 class="h2 text-center rounded-md p-1 px-2 bg-gray-300 flex flex-row flex-wrap gap-0.25 items-center justify-between w-full">
<h2 class="ae_module_header h4">
<span
class="flex flex-row gap-1 items-center"
class="flex flex-row flex-wrap gap-1 items-center justify-center"
>
<!-- <span class="fas fa-calendar-day m-1"></span> -->
<span class="fas fa-chalkboard-teacher m-1"></span>
@@ -216,11 +216,14 @@ onMount(() => {
</button>
</span>
<span class="flex flex-row flex-wrap gap-1 items-center justify-end text-right">
<span class="max-w-xs sm:max-w-lg md:max-w-2xl">
{@html $lq__event_session_obj?.name ?? ae_snip.html__not_set}
</span>
{#if !$events_loc.pres_mgmt?.hide__session_code && $lq__event_session_obj.code || $ae_loc.edit_mode}
<span
class="badge text-sm preset-tonal-tertiary flex flex-col gap-0.25"
class="badge text-sm preset-tonal-tertiary flex flex-col gap-0.25 max-w-fit"
title="Session code {$lq__event_session_obj.code}"
>
<span>
@@ -230,6 +233,7 @@ onMount(() => {
{$lq__event_session_obj.code}
</span>
{/if}
</span>
</h2>
<Element_data_store