Improve quote styling

This commit is contained in:
2025-09-19 16:54:48 +03:00
Unverified
parent 318e15001f
commit 5cf6af925d
4 changed files with 42 additions and 25 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export function Message({ message, isAuthor, onProfileClick, onContextMenu, isLo
{/* Add reply preview if this is a reply */}
{message.reply_to && (
<Quote className="message-reply">
<Quote className="reply-preview contextual-content">
<span className="reply-username">{message.reply_to.username}</span>
<span className="reply-text">{message.reply_to.content}</span>
</Quote>