Skip to content

Commit 2f033d9

Browse files
committed
(UI) fix position of top room message
1 parent c8ae2b8 commit 2f033d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/Room.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ export default {
604604
color: var(--chat-message-color-started);
605605
font-style: italic;
606606
text-align: center;
607-
margin-top: 27px;
607+
margin-top: 30px;
608608
margin-bottom: 20px;
609609
}
610610

0 commit comments

Comments
 (0)