From bdd6b608a6ba81cf7a87b1b22ff89c8f3a5ace20 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 26 Sep 2020 22:46:55 -0500 Subject: [PATCH] Chats: increase pane height 265-->350px --- app/styles/chats.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index e6fc5d601..605ab0048 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -5,7 +5,7 @@ bottom: 0; right: 20px; width: 265px; - height: 265px; + height: 350px; max-height: calc(100vh - 70px); display: flex; flex-direction: column;