mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 00:31:08 +00:00
fix: time label spacing
This commit is contained in:
parent
c80b2cbf10
commit
7070621afc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{#if messageSection.date}
|
{#if messageSection.date}
|
||||||
<div class="py-0.5 text-center">
|
<div class="pb-1.5 text-center">
|
||||||
<ServiceMessage>{formatMessageSectionDate(messageSection.date)}</ServiceMessage>
|
<ServiceMessage>{formatMessageSectionDate(messageSection.date)}</ServiceMessage>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Reference in a new issue