Make the chat box thinner

votekiss
Charlotte Som 2022-02-17 22:39:07 +00:00
parent 1655484d89
commit eae224e3d5
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}