Chats: improve mobile textarea styles

This commit is contained in:
Alex Gleason 2020-08-28 15:38:38 -05:00
parent 229d5c3f90
commit a70e82928b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 6 additions and 0 deletions

View File

@ -164,6 +164,7 @@
textarea { textarea {
width: 100%; width: 100%;
height: 100%;
margin: 0; margin: 0;
box-sizing: border-box; box-sizing: border-box;
padding: 6px; padding: 6px;
@ -195,6 +196,11 @@
flex-direction: column; flex-direction: column;
overflow: hidden; overflow: hidden;
flex: 1; flex: 1;
border-radius: 0 0 10px 10px;
&__actions textarea {
padding: 10px;
}
} }
} }
} }