forked from forktown/watch-party
Make the chat box thinner
This commit is contained in:
parent
1655484d89
commit
eae224e3d5
1 changed files with 2 additions and 1 deletions
|
@ -235,7 +235,8 @@ button.small-button {
|
|||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
flex-basis: 55ch;
|
||||
flex-basis: 36ch;
|
||||
min-width: 36ch;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue