[fix] restore large bubble width
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
aeb29e38b0
commit
6f865bf337
|
@ -74,10 +74,7 @@
|
|||
(last-message-padding message)))
|
||||
|
||||
(defn timestamp-content-wrapper [outgoing message-type]
|
||||
{:flex-direction (if outgoing :row-reverse :row)
|
||||
:width (if (= :system-message message-type)
|
||||
300
|
||||
230)})
|
||||
{:flex-direction (if outgoing :row-reverse :row)})
|
||||
|
||||
(defn group-message-view
|
||||
[outgoing message-type]
|
||||
|
|
Loading…
Reference in New Issue