mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 00:31:08 +00:00
fix: make time labels smaller
This commit is contained in:
parent
7070621afc
commit
dcf1705edb
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@
|
|||
<div>
|
||||
{#if messageSection.date}
|
||||
<div class="pb-1.5 text-center">
|
||||
<ServiceMessage>{formatMessageSectionDate(messageSection.date)}</ServiceMessage>
|
||||
<ServiceMessage class="text-xs">
|
||||
{formatMessageSectionDate(messageSection.date)}
|
||||
</ServiceMessage>
|
||||
</div>
|
||||
{/if}
|
||||
<div class={tw('flex w-full items-end px-2', isMyself && 'flex-row-reverse')}>
|
||||
|
|
Loading…
Add table
Reference in a new issue