Improvements to the new flex layout for messages
This commit is contained in:
parent
35b6b47de3
commit
fb672ab57f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user