Adjust animation on /connect mobile room open-close (#12111)

This commit is contained in:
Ben Halpern 2021-01-04 15:07:51 -05:00 committed by GitHub
parent 1a25fb3542
commit 332e9c9ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,8 @@
right: 0;
bottom: 0;
transform: translateX(0);
transition: transform 0.35s linear;
transition: transform 0.22s linear;
z-index: var(--z-elevate);
@media screen and (min-width: $breakpoint-m) {
position: inherit;
@ -174,6 +175,7 @@
.chat__activechat--hidden {
transform: translateX(100%);
transition: transform 0.18s linear;
@media screen and (min-width: $breakpoint-m) {
transform: translateX(0);