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:
commit
21aba63e09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user