Adjust animation on /connect mobile room open-close (#12111)
This commit is contained in:
parent
1a25fb3542
commit
332e9c9ced
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue