CSS: Fix chat title width and elipsis color

in overlayed view mode.
This commit is contained in:
JC Brand 2022-03-09 22:34:16 +01:00
parent 47b016599e
commit 2133241998
3 changed files with 5 additions and 2 deletions

View File

@ -49,9 +49,11 @@
display: flex;
flex-direction: row;
overflow: hidden;
width: 100%;
}
.chatbox-title__text {
color: var(--chat-head-text-color);;
overflow: hidden;
text-overflow: ellipsis;
}

View File

@ -43,10 +43,10 @@ converse-muc-destroyed {
width: var(--chatroom-width);
}
.chatbox-title__text {
@include make-col(7);
@include make-col(10);
}
.chatbox-title__buttons {
@include make-col(5);
@include make-col(2);
}
.chat-head__desc {

View File

@ -60,6 +60,7 @@
}
}
.chatbox-title__text {
color: var(--chatroom-head-color);
display: var(--heading-display);
font-weight: var(--chatroom-head-title-font-weight);
margin: auto 0;