Commit a7c658a2 authored by JC Brand's avatar JC Brand

chat-head CSS fixes

parent 8a4c7130
......@@ -38,7 +38,7 @@
.chat-head {
display: flex;
flex-direction: column;
flex-direction: row;
color: #ffffff;
font-size: 100%;
margin: 0;
......@@ -432,6 +432,7 @@
#conversejs.converse-embedded,
#conversejs.converse-overlayed {
.chat-head {
padding: 0.5em;
border-top-left-radius: var(--chatbox-border-radius);
border-top-right-radius: var(--chatbox-border-radius);
@media screen and (max-height: $mobile-landscape-height) {
......@@ -451,10 +452,6 @@
min-width: var(--overlayed-chat-width) !important;
width: var(--overlayed-chat-width);
}
.chat-head {
padding: 0.5em;
}
}
}
......
......@@ -43,13 +43,8 @@
.chat-head__desc {
color: var(--chatroom-head-description-color);
display: var(--chatroom-head-description-display);
font-size: var(--font-size);
font-size: 70%;
margin-top: 3px;
overflow-y: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-left: var(--chatroom-head-description-border-left);
padding-left: var(--chatroom-head-description-padding-left);
a {
......@@ -145,9 +140,10 @@
.chat-area {
display: flex;
flex-direction: column;
word-wrap: break-word;
flex: 0 1 100%;
justify-content: flex-end;
min-width: 25%;
word-wrap: break-word;
.new-msgs-indicator {
background-color: var(--chatroom-head-color);
}
......@@ -388,6 +384,9 @@
#conversejs.converse-overlayed {
.chatbox {
&.chatroom {
.chat-head {
padding-bottom: 1em;
}
.chatroom-features {
display: none !important;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment