Better scaling as the width changes

This commit is contained in:
Scott Idem
2024-09-23 16:42:53 -04:00
parent 80b394f16b
commit bd2583fde3
5 changed files with 71 additions and 23 deletions

View File

@@ -528,7 +528,7 @@ onMount(() => {
</strong>
{ae_util.iso_datetime_formatter(event_file_obj.created_on, 'date_iso')}
at
<strong>{ae_util.iso_datetime_formatter(event_file_obj.created_on, 'time_long')}</strong>
<strong>{ae_util.iso_datetime_formatter(event_file_obj.created_on, 'time_12_short_no_leading')}</strong>
<!-- {event_file_obj.updated_on} -->
{:else}
<!-- <span class="fas fa-calendar-day mx-1"></span> -->