fix #6440 increase width of mobile message bubbles on mobile

This commit is contained in:
yenda 2018-12-18 10:33:07 +01:00
parent f17229c4e2
commit 760956dfe1
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 4 deletions

View File

@ -77,9 +77,7 @@
[outgoing message-type]
(let [align (if outgoing :flex-end :flex-start)]
{:flex-direction :column
:width (if (= :system-message message-type)
300
230)
:width 320
:padding-left 8
:padding-right 8
:align-items align}))
@ -211,4 +209,3 @@
(defn extension-install [outgoing]
{:font-size 12
:color (if outgoing colors/white colors/blue)})