Fix a styling issue with "pinned a message to this channel" notification

This commit is contained in:
Tyrrrz 2023-02-10 15:28:19 +02:00
parent f99f1f4641
commit 63124b4431

View file

@ -131,8 +131,8 @@
}
else if (message.Kind == MessageKind.ChannelPinnedMessage && message.Reference is not null)
{
<span>pinned</span>
<a class="chatlog__system-notification-link" href="#chatlog__message-container-@message.Reference.MessageId"> a message</a>
<span>pinned </span>
<a class="chatlog__system-notification-link" href="#chatlog__message-container-@message.Reference.MessageId">a message</a>
<span> to this channel.</span>
}
else if (message.Kind == MessageKind.ThreadCreated)