in overlayed view mode.
@@ -49,9 +49,11 @@
display: flex;
flex-direction: row;
overflow: hidden;
+ width: 100%;
}
.chatbox-title__text {
+ color: var(--chat-head-text-color);;
text-overflow: ellipsis;
@@ -43,10 +43,10 @@ converse-muc-destroyed {
width: var(--chatroom-width);
- @include make-col(7);
+ @include make-col(10);
.chatbox-title__buttons {
- @include make-col(5);
+ @include make-col(2);
.chat-head__desc {
@@ -60,6 +60,7 @@
+ color: var(--chatroom-head-color);
display: var(--heading-display);
font-weight: var(--chatroom-head-title-font-weight);
margin: auto 0;