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 5846891 commit 3cc1d4aCopy full SHA for 3cc1d4a
src/ChatWindow/MessagesList.vue
@@ -356,6 +356,7 @@ export default {
356
padding: 0 16px;
357
position: relative;
358
height: 64px;
359
+ margin-right: 1px;
360
}
361
362
.room-avatar {
@@ -440,6 +441,7 @@ export default {
440
441
background: var(--chat-bg-color-content);
442
height: calc(100% - 120px);
443
overflow-y: auto;
444
445
446
447
.messages-container {
@@ -458,7 +460,7 @@ export default {
458
460
.room-footer {
459
461
position: absolute;
462
bottom: 0;
- width: 100%;
463
+ width: calc(100% - 1px);
464
background: var(--chat-color-input);
465
border-top: 1px solid var(--chat-border-color);
466
z-index: 10;
0 commit comments