fix: time label spacing

This commit is contained in:
Shibo Lyu 2024-09-04 13:01:50 +08:00
parent c80b2cbf10
commit 7070621afc

View file

@ -28,7 +28,7 @@
<div>
{#if messageSection.date}
<div class="py-0.5 text-center">
<div class="pb-1.5 text-center">
<ServiceMessage>{formatMessageSectionDate(messageSection.date)}</ServiceMessage>
</div>
{/if}