From 332e9c9cede55b36c474348375df8c17ac1e584c Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Mon, 4 Jan 2021 15:07:51 -0500 Subject: [PATCH] Adjust animation on /connect mobile room open-close (#12111) --- app/assets/stylesheets/chat.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss index 7f7cee5c1..ebfc68bac 100644 --- a/app/assets/stylesheets/chat.scss +++ b/app/assets/stylesheets/chat.scss @@ -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);