We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d42076 commit 92cb64bCopy full SHA for 92cb64b
1 file changed
src/css/friends/chat.css
@@ -294,11 +294,15 @@
294
}*/
295
296
297
+
298
+.ChatHistoryContainer,
299
+.ChatRoomGroupDialog_history {
300
+ position: unset;
301
+}
302
.FriendChatTypingNotification {
- position: fixed;
- bottom: 16px;
- left: calc(16px + 12px);
- padding: 0 0 4px 6px;
303
+ position: absolute;
304
+ margin: 0;
305
+ padding: 0 0 4px 12px;
306
font-weight: 300;
307
background: unset;
308
}
0 commit comments