Skip to content

Commit 313f5b8

Browse files
committed
improve: Chat messages list
1 parent 2e0fe8f commit 313f5b8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/css/friends/chat.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@
9393
}
9494

9595

96+
.chatWindow .chatHistoryScroll {
97+
padding: 0;
98+
}
99+
.chatWindow .chatHistory {
100+
margin: 12px;
101+
padding: 0;
102+
}
103+
104+
96105

97106
/* Message Bubbles */
98107
.ChatMessageBlock {

0 commit comments

Comments
 (0)