Merge pull request #1417 from thelounge/astorije/fix-full-width-status-messages

Fix expanded status messages not taking up full line width
This commit is contained in:
Pavel Djundik 2017-08-16 11:09:38 +03:00 committed by GitHub
commit 21aba63e09

View file

@ -814,6 +814,11 @@ kbd {
flex: 1;
}
/* Ensures expanded status messages always take up the full width */
#chat .condensed .msg {
flex-basis: 100%;
}
#chat .condensed-text {
cursor: pointer;
transition: opacity .2s;