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 {
|
> .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;
|
||||||
@ -317,7 +323,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
padding: calc((3.25rem - var(--composer-text-size, 1rem) * 1.375) / 2 - var(--border-width, 0) * 2) calc(.9rem - var(--border-width));
|
padding: calc((3.25rem - var(--composer-text-size, 1rem) * 1.375) / 2 - var(--border-width, 0) * 2) calc(.9rem - var(--border-width));
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 1.375;
|
line-height: 1.375;
|
||||||
font-family: Roboto, -apple-system, "Apple Color Emoji", "Helvetica Neue", sans-serif;
|
font-family: Roboto, -apple-system, "Apple Color Emoji", "Helvetica Neue", sans-serif;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user