Skip to content

Commit 5cbc61c

Browse files
committed
(UI) theme css fix
1 parent 3cc1d4a commit 5cbc61c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ChatWindow/MessagesList.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ export default {
357357
position: relative;
358358
height: 64px;
359359
margin-right: 1px;
360+
background: var(--chat-header-bg-color);
361+
border-top-right-radius: 4px;
360362
}
361363
362364
.room-avatar {
@@ -464,6 +466,7 @@ export default {
464466
background: var(--chat-color-input);
465467
border-top: 1px solid var(--chat-border-color);
466468
z-index: 10;
469+
border-bottom-right-radius: 4px;
467470
}
468471
469472
.box-footer {

0 commit comments

Comments
 (0)