Chats: Improve minimize animation

This commit is contained in:
Alex Gleason 2020-08-25 18:58:40 -05:00
parent 0736e6d46c
commit c2c3fefbaa
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -9,13 +9,14 @@
display: flex;
flex-direction: column;
z-index: 99999;
transition: 0.2s;
&--main {
height: calc(100vh - 70px);
}
&--minimized {
top: calc(100% - 31px);
height: 31px;
}
&__header {