[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)))
|
(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]
|
||||||
|
|
Loading…
Reference in New Issue