forked from abner/for-legacy-web
fix(mobile): send button fixed
parent
b7ec4a8b78
commit
bf6b996c09
|
|
@ -102,6 +102,10 @@ const Action = styled.div`
|
|||
/*padding: 14px 0 14px 14px;*/
|
||||
}
|
||||
|
||||
.mobile {
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
${() =>
|
||||
!isTouchscreenDevice &&
|
||||
css`
|
||||
|
|
|
|||
Loading…
Reference in New Issue