Chats: speed up pane open animation

This commit is contained in:
Alex Gleason 2020-08-27 13:04:16 -05:00
parent 10257f324d
commit 75dc5cfbe2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -10,7 +10,7 @@
display: flex;
flex-direction: column;
z-index: 999;
transition: 0.2s;
transition: 0.05s;
&--main {
height: calc(100vh - 70px);