From a70e82928bd0c9832c3cedab6835589df39aa50e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 28 Aug 2020 15:38:38 -0500 Subject: [PATCH] Chats: improve mobile textarea styles --- app/styles/chats.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index d287c68a4..864774dd1 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -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; + } } } }