Composer: Turn off animation for Send As button on mobile
This commit is contained in:
parent
23b8312f02
commit
c4a374aad3
@ -45,10 +45,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
body:not(.animation-level-0) & .send-as-button {
|
||||
animation: 0.25s ease-in-out forwards show-send-as-button;
|
||||
}
|
||||
|
||||
> .Button {
|
||||
flex-shrink: 0;
|
||||
margin-left: .5rem;
|
||||
@ -138,6 +134,16 @@
|
||||
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 {
|
||||
width: 2.875rem;
|
||||
height: 2.875rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user