mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Fix expanded status messages not taking up full line width
This commit is contained in:
parent
6ce46a63bf
commit
270fd8d4f9
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue