forked from lavender/watch-party
Make the chat box thinner
parent
1655484d89
commit
eae224e3d5
|
@ -235,7 +235,8 @@ button.small-button {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
flex-basis: 55ch;
|
flex-basis: 36ch;
|
||||||
|
min-width: 36ch;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue