fix(mobile): send button fixed

pull/1049/head
trashtemp 2021-12-30 14:47:32 +01:00
parent 5bd30297f5
commit 22bd43f138
1 changed files with 4 additions and 0 deletions

View File

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