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 6c7868a commit 6362dddCopy full SHA for 6362ddd
src/ChatWindow/MessagesList.vue
@@ -509,7 +509,7 @@ export default {
509
height: 64px;
510
margin-right: 1px;
511
background: var(--chat-header-bg-color);
512
- border-top-right-radius: 4px;
+ border-top-right-radius: var(--chat-container-border-radius);
513
}
514
515
.toggle-button {
src/ChatWindow/RoomsList.vue
@@ -123,6 +123,8 @@ export default {
123
background: var(--chat-sidemenu-bg-color);
124
height: 100%;
125
overflow-y: auto;
126
+ border-top-left-radius: var(--chat-container-border-radius);
127
+ border-bottom-left-radius: var(--chat-container-border-radius);
128
129
130
.rooms-container-full {
0 commit comments