[fix] restore large bubble width

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2019-02-11 13:27:03 +01:00
parent aeb29e38b0
commit 6f865bf337
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 1 additions and 4 deletions

View File

@ -74,10 +74,7 @@
(last-message-padding message))) (last-message-padding message)))
(defn timestamp-content-wrapper [outgoing message-type] (defn timestamp-content-wrapper [outgoing message-type]
{:flex-direction (if outgoing :row-reverse :row) {:flex-direction (if outgoing :row-reverse :row)})
:width (if (= :system-message message-type)
300
230)})
(defn group-message-view (defn group-message-view
[outgoing message-type] [outgoing message-type]