fix(mobile): send button fixed

This commit is contained in:
trashtemp
2021-12-30 14:47:32 +01:00
parent 5bd30297f5
commit 22bd43f138

View File

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