Chats: improve mobile textarea styles

merge-requests/214/head
Alex Gleason 4 years ago
parent 229d5c3f90
commit a70e82928b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save