More work on IDAA styles
This commit is contained in:
@@ -347,13 +347,14 @@ function add_activity_log(
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<section
|
||||
<div
|
||||
class="
|
||||
ae_idaa__recovery_meetings
|
||||
container h-full mx-auto
|
||||
flex flex-col gap-1
|
||||
flex flex-col flex-wrap gap-1
|
||||
py-1 px-2 pb-16
|
||||
items-center
|
||||
justify-center
|
||||
min-w-full
|
||||
max-w-max
|
||||
"
|
||||
@@ -367,7 +368,7 @@ function add_activity_log(
|
||||
<Element_data_store
|
||||
ds_code="recovery_meetings_info"
|
||||
ds_type="html"
|
||||
class_li="border border rounded-lg bg-gray-100 p-2 max-w-(--breakpoint-lg) space-y-2"
|
||||
class_li="border border-red rounded-lg bg-gray-100 p-2 max-w-(--breakpoint-lg) space-y-2"
|
||||
show_edit_btn={true}
|
||||
/>
|
||||
|
||||
@@ -381,7 +382,7 @@ function add_activity_log(
|
||||
{/if}
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Modal: Event (Recovery Meeting) edit ID -->
|
||||
|
||||
Reference in New Issue
Block a user