Commit a7c658a2 authored by JC Brand's avatar JC Brand

chat-head CSS fixes

parent 8a4c7130
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
.chat-head { .chat-head {
display: flex; display: flex;
flex-direction: column; flex-direction: row;
color: #ffffff; color: #ffffff;
font-size: 100%; font-size: 100%;
margin: 0; margin: 0;
...@@ -432,6 +432,7 @@ ...@@ -432,6 +432,7 @@
#conversejs.converse-embedded, #conversejs.converse-embedded,
#conversejs.converse-overlayed { #conversejs.converse-overlayed {
.chat-head { .chat-head {
padding: 0.5em;
border-top-left-radius: var(--chatbox-border-radius); border-top-left-radius: var(--chatbox-border-radius);
border-top-right-radius: var(--chatbox-border-radius); border-top-right-radius: var(--chatbox-border-radius);
@media screen and (max-height: $mobile-landscape-height) { @media screen and (max-height: $mobile-landscape-height) {
...@@ -451,10 +452,6 @@ ...@@ -451,10 +452,6 @@
min-width: var(--overlayed-chat-width) !important; min-width: var(--overlayed-chat-width) !important;
width: var(--overlayed-chat-width); width: var(--overlayed-chat-width);
} }
.chat-head {
padding: 0.5em;
}
} }
} }
......
...@@ -43,13 +43,8 @@ ...@@ -43,13 +43,8 @@
.chat-head__desc { .chat-head__desc {
color: var(--chatroom-head-description-color); color: var(--chatroom-head-description-color);
display: var(--chatroom-head-description-display); display: var(--chatroom-head-description-display);
font-size: var(--font-size);
font-size: 70%; font-size: 70%;
margin-top: 3px; margin-top: 3px;
overflow-y: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-left: var(--chatroom-head-description-border-left); border-left: var(--chatroom-head-description-border-left);
padding-left: var(--chatroom-head-description-padding-left); padding-left: var(--chatroom-head-description-padding-left);
a { a {
...@@ -145,9 +140,10 @@ ...@@ -145,9 +140,10 @@
.chat-area { .chat-area {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
word-wrap: break-word;
flex: 0 1 100%; flex: 0 1 100%;
justify-content: flex-end;
min-width: 25%; min-width: 25%;
word-wrap: break-word;
.new-msgs-indicator { .new-msgs-indicator {
background-color: var(--chatroom-head-color); background-color: var(--chatroom-head-color);
} }
...@@ -388,6 +384,9 @@ ...@@ -388,6 +384,9 @@
#conversejs.converse-overlayed { #conversejs.converse-overlayed {
.chatbox { .chatbox {
&.chatroom { &.chatroom {
.chat-head {
padding-bottom: 1em;
}
.chatroom-features { .chatroom-features {
display: none !important; 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