From 75dc5cfbe2f9ce735cca3f586475d39b7d84b3fa Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Aug 2020 13:04:16 -0500 Subject: [PATCH] Chats: speed up pane open animation --- 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 59ad8ce12..62e175c18 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -10,7 +10,7 @@ display: flex; flex-direction: column; z-index: 999; - transition: 0.2s; + transition: 0.05s; &--main { height: calc(100vh - 70px);