More work on IDAA styles

This commit is contained in:
Scott Idem
2025-06-23 14:47:37 -04:00
parent e93c70e0e4
commit 1ad1251931
2 changed files with 18 additions and 17 deletions

View File

@@ -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 -->