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

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);