Style fixes
This commit is contained in:
@@ -254,7 +254,7 @@ $effect(() => {
|
||||
so staff only have to adjust the time rather than re-enter the full date. -->
|
||||
{#if $ae_loc.edit_mode}
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<div class="min-w-52 flex-1">
|
||||
<div class="">
|
||||
<Element_ae_obj_field_editor
|
||||
display_block={true}
|
||||
object_type="event_session"
|
||||
@@ -274,7 +274,7 @@ $effect(() => {
|
||||
</span>
|
||||
</Element_ae_obj_field_editor>
|
||||
</div>
|
||||
<div class="min-w-52 flex-1">
|
||||
<div class="">
|
||||
<Element_ae_obj_field_editor
|
||||
display_block={true}
|
||||
object_type="event_session"
|
||||
@@ -290,7 +290,7 @@ $effect(() => {
|
||||
})}>
|
||||
<span class="text-xs font-semibold opacity-60">
|
||||
<Clock size="0.9em" class="inline mr-1" />End:
|
||||
{ae_util.iso_datetime_formatter($lq__event_session_obj.end_datetime, pres_mgmt_loc.current.time_format)}
|
||||
{ae_util.iso_datetime_formatter($lq__event_session_obj.end_datetime, pres_mgmt_loc.current.datetime_format)}
|
||||
</span>
|
||||
</Element_ae_obj_field_editor>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user