Add max-width for right panel of chat (#104)
This commit is contained in:
parent
2b84d62260
commit
3126b6ecad
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@
|
|||
}
|
||||
#chat-area {
|
||||
flex-grow: 1;
|
||||
min-width: 70%;
|
||||
max-width: 70%;
|
||||
}
|
||||
}
|
||||
#chat-input, #chat-log .content-message {
|
||||
|
|
Loading…
Reference in a new issue