More layout fixes for IDAA....
This commit is contained in:
@@ -147,7 +147,7 @@ function add_activity_log(
|
||||
w-full
|
||||
"
|
||||
>
|
||||
<span class="fas fa-calendar-day"></span>
|
||||
<span class="fas fa-calendar-day text-neutral-800/80"></span>
|
||||
{idaa_event_obj?.name ?? 'Recovery Meeting'}
|
||||
</h3>
|
||||
|
||||
@@ -200,7 +200,7 @@ function add_activity_log(
|
||||
title={`View: ${idaa_event_obj?.name}`}
|
||||
>
|
||||
<!-- <span class="fas fa-envelope-open m-1"></span> -->
|
||||
<span class="fas fa-calendar-check m-1"></span>
|
||||
<span class="fas fa-calendar-check m-1 text-neutral-800/80"></span>
|
||||
<!-- <span class="fas fa-info-circle"></span> -->
|
||||
Meeting Details
|
||||
</a>
|
||||
@@ -342,7 +342,7 @@ function add_activity_log(
|
||||
|
||||
|
||||
{#if $ae_loc.administrator_access}
|
||||
<section class="ae_section ae_footer ae_meta event__meta text-sm text-gray-500">
|
||||
<section class="ae_section ae_footer ae_meta event__meta text-sm text-neutral-500">
|
||||
<!-- {#if idaa_event_obj.location_address_json}
|
||||
<span
|
||||
class="event__location_address_json"
|
||||
@@ -381,16 +381,17 @@ function add_activity_log(
|
||||
</div>
|
||||
|
||||
{:else}
|
||||
<!-- Does this actually ever show? -->
|
||||
<div class="space-y-2">
|
||||
{#if $idaa_sess.recovery_meetings.qry__status === 'loading'}
|
||||
<div class="ae_highlight ae_padding_md ae_row ae_flex_justify_center">
|
||||
<!-- <Spinner class="m-3" /> -->
|
||||
<span class="fas fa-spinner fa-spin m-1"></span>
|
||||
xx Loading...
|
||||
Loading...
|
||||
</div>
|
||||
{:else}
|
||||
<div class="ae_highlight ae_padding_md ae_row ae_flex_justify_center">
|
||||
xx No recovery meetings available to show. The search may need to be changed.
|
||||
No recovery meetings available to show. The search may need to be changed.
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user