mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 00:31:08 +00:00
fix: item unread badge alignment
This commit is contained in:
parent
38c08ec8d9
commit
4e161c5c10
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
</time>
|
||||
</div>
|
||||
<div class="flex items-end gap-1">
|
||||
<p class="line-clamp-2 h-[2.5em] text-sm leading-tight text-sf-secondary">
|
||||
<p class="line-clamp-2 h-[2.5em] flex-1 text-sm leading-tight text-sf-secondary">
|
||||
{#if chat.id !== chat.lastMessage.sender.id}
|
||||
<span class="text-sf-primary">{chat.lastMessage.sender.name}: </span>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Reference in a new issue