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

@@ -199,6 +199,7 @@ let ae_triggers: key_val = $state({});
{ae_util.iso_datetime_formatter(session_obj?.start_datetime,'date_long_month_day')}
</span>
</span>
</td>
<td>
<span class="flex flex-col items-center md:flex-row md:items-start md:text-center max-w-36 text-xs lg:text-sm">
{#if session_obj?.start_datetime}
@@ -271,14 +272,14 @@ let ae_triggers: key_val = $state({});
<span class="flex flex-col items-start lg:flex-row lg:items-center lg:justify-between text-xs lg:text-sm">
{#if session_obj?.poc_person_full_name}
<span style="break-inside: avoid;" class="">
<span class="fas fa-user mx-1"></span>
<span class="fas fa-user m-0.25 text-xs text-surface-800-200"></span>
{session_obj?.poc_person_full_name}
</span>
<!-- <br> -->
{#if $ae_loc.trusted_access && session_obj?.poc_person_primary_email}
<span style="break-inside: avoid;" class="text-xs">
<a href="mailto:{session_obj?.poc_person_primary_email}" class="hover:underline">
<span class="fas fa-envelope mx-1"></span>
<span class="fas fa-envelope m-0.25 text-xs text-surface-800-200"></span>
{session_obj?.poc_person_primary_email}
</a>
</span>
@@ -287,7 +288,7 @@ let ae_triggers: key_val = $state({});
{@html ae_snip.html__not_set}
{/if}
{#if $ae_loc.trusted_access}
{#if $ae_loc.administrator_access}
{#if session_obj?.event_session_id_random == $events_slct.event_session_id && ae_tmp[$events_slct.event_session_id] && ae_tmp[$events_slct.event_session_id].show__edit_poc_person}
<Element_ae_crud