mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 17:29:08 +00:00
fix #6440 increase width of mobile message bubbles on mobile
This commit is contained in:
parent
f17229c4e2
commit
760956dfe1
@ -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)})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user