More significant updates to the general layout and styling per module.
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user