mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix(mobile): send button fixed
This commit is contained in:
parent
b7ec4a8b78
commit
bf6b996c09
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ const Action = styled.div`
|
|||
/*padding: 14px 0 14px 14px;*/
|
||||
}
|
||||
|
||||
.mobile {
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
${() =>
|
||||
!isTouchscreenDevice &&
|
||||
css`
|
||||
|
|
Loading…
Reference in a new issue