Skip to content

Commit

Permalink
Merge pull request thelounge#1417 from thelounge/astorije/fix-full-wi…
Browse files Browse the repository at this point in the history
…dth-status-messages

Fix expanded status messages not taking up full line width
  • Loading branch information
xPaw committed Aug 16, 2017
2 parents c2d1590 + 3562048 commit f16d61f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/css/style.css
Expand Up @@ -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;
Expand Down

0 comments on commit f16d61f

Please sign in to comment.