Improvements to the new flex layout for messages

This commit is contained in:
Jérémie Astori 2017-03-30 19:50:36 -04:00
parent 35b6b47de3
commit fb672ab57f

View file

@ -929,12 +929,9 @@ kbd {
padding-right: 10px;
text-align: right;
width: 134px;
align-self: stretch;
}
#chat .text {
margin: auto;
overflow: hidden;
flex: 1 1 auto;
}
@ -1001,14 +998,6 @@ kbd {
color: #999;
}
#chat .msg.motd .text,
#chat .msg.message .text,
#chat .msg.action .action-text,
#chat .msg.notice .text {
white-space: pre-wrap;
overflow: hidden;
}
#chat .msg.channel_list_loading .text {
color: #999;
font-style: italic;