[#10044] Responsive new chat input

This commit is contained in:
Roman Volosovskyi 2020-02-14 15:18:20 +02:00
parent b30d002efb
commit 3f6051c22b
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,9 @@
:height 52})
(styles/def input
{:padding-horizontal 14
{:flex 1
:padding-horizontal 14
:desktop {:height 30
:width "100%"}
:android {:padding 0
:width "100%"}})
:width "100%"}})