fix(mobile): send button fixed

This commit is contained in:
trashtemp 2021-12-30 14:47:32 +01:00
parent b7ec4a8b78
commit bf6b996c09
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -102,6 +102,10 @@ const Action = styled.div`
/*padding: 14px 0 14px 14px;*/ /*padding: 14px 0 14px 14px;*/
} }
.mobile {
justify-content: start;
}
${() => ${() =>
!isTouchscreenDevice && !isTouchscreenDevice &&
css` css`