Skip to content

Commit 2ce2a23

Browse files
committed
(UI) fix reply-username font-size
1 parent 8be18b4 commit 2ce2a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/ChatMessage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export default {
384384
385385
.reply-username {
386386
color: var(--chat-color-message-reply-username);
387-
font-size: 13px;
387+
font-size: 12px;
388388
line-height: 15px;
389389
margin-bottom: 2px;
390390
}

0 commit comments

Comments
 (0)