fix: make time labels smaller

This commit is contained in:
Shibo Lyu 2024-09-04 13:04:53 +08:00
parent 7070621afc
commit dcf1705edb

View file

@ -29,7 +29,9 @@
<div> <div>
{#if messageSection.date} {#if messageSection.date}
<div class="pb-1.5 text-center"> <div class="pb-1.5 text-center">
<ServiceMessage>{formatMessageSectionDate(messageSection.date)}</ServiceMessage> <ServiceMessage class="text-xs">
{formatMessageSectionDate(messageSection.date)}
</ServiceMessage>
</div> </div>
{/if} {/if}
<div class={tw('flex w-full items-end px-2', isMyself && 'flex-row-reverse')}> <div class={tw('flex w-full items-end px-2', isMyself && 'flex-row-reverse')}>