Fix expanded status messages not taking up full line width

This commit is contained in:
Jérémie Astori 2017-08-15 20:06:18 -04:00 committed by GitHub
parent 6ce46a63bf
commit 270fd8d4f9

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;