Now even prettier with the new Tailwind CSS plugin. Probably should have done this long ago...
This commit is contained in:
@@ -501,7 +501,7 @@ $effect(() => {
|
||||
});
|
||||
}}>
|
||||
{#await ae_promises.update__person_obj}
|
||||
<LoaderCircle size="1em" class="animate-spin mx-1" />
|
||||
<LoaderCircle size="1em" class="mx-1 animate-spin" />
|
||||
{:then}
|
||||
{#if ae_tmp.value__data_json == $lq__person_obj.data_json}
|
||||
<Check size="1em" class="mx-1" />
|
||||
|
||||
Reference in New Issue
Block a user