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]
|
[outgoing message-type]
|
||||||
(let [align (if outgoing :flex-end :flex-start)]
|
(let [align (if outgoing :flex-end :flex-start)]
|
||||||
{:flex-direction :column
|
{:flex-direction :column
|
||||||
:width (if (= :system-message message-type)
|
:width 320
|
||||||
300
|
|
||||||
230)
|
|
||||||
:padding-left 8
|
:padding-left 8
|
||||||
:padding-right 8
|
:padding-right 8
|
||||||
:align-items align}))
|
:align-items align}))
|
||||||
|
@ -211,4 +209,3 @@
|
||||||
(defn extension-install [outgoing]
|
(defn extension-install [outgoing]
|
||||||
{:font-size 12
|
{:font-size 12
|
||||||
:color (if outgoing colors/white colors/blue)})
|
:color (if outgoing colors/white colors/blue)})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue