More significant updates to the general layout and styling per module.

This commit is contained in:
Scott Idem
2025-06-26 14:39:30 -04:00
parent ce59a848d6
commit 1f46b51c9a
12 changed files with 205 additions and 126 deletions

View File

@@ -442,9 +442,7 @@ function add_activity_log(
</title>
</svelte:head>
<div
<!-- <div
class="
ae_idaa__recovery_meetings
container h-full mx-auto
@@ -455,13 +453,12 @@ function add_activity_log(
min-w-full
max-w-max
"
>
> -->
<Comp__event_obj_qry
bind:event_id_random_li={event_id_random_li}
/>
<Element_data_store
ds_code="recovery_meetings_info"
ds_type="html"
@@ -469,7 +466,6 @@ function add_activity_log(
show_edit_btn={true}
/>
{#if $lq_new__event_obj_li && $lq_new__event_obj_li?.length}
<Comp__event_obj_li
lq__event_obj_li={lq_new__event_obj_li}
@@ -479,7 +475,7 @@ function add_activity_log(
{/if}
</div>
<!-- </div> -->
<!-- Modal: Event (Recovery Meeting) edit ID -->