Composer: Turn off animation for Send As button on mobile

This commit is contained in:
Alexander Zinchuk 2021-12-31 18:17:54 +01:00
parent 23b8312f02
commit c4a374aad3

View File

@ -45,10 +45,6 @@
} }
} }
body:not(.animation-level-0) & .send-as-button {
animation: 0.25s ease-in-out forwards show-send-as-button;
}
> .Button { > .Button {
flex-shrink: 0; flex-shrink: 0;
margin-left: .5rem; margin-left: .5rem;
@ -138,6 +134,16 @@
z-index: 1; z-index: 1;
} }
body:not(.animation-level-0) & .send-as-button {
animation: 0.25s ease-in-out forwards show-send-as-button;
}
@media (max-width: 600px) {
.send-as-button {
animation: none !important;
}
}
.mobile-symbol-menu-button { .mobile-symbol-menu-button {
width: 2.875rem; width: 2.875rem;
height: 2.875rem; height: 2.875rem;