fix #2160 - status author name no longer overlaps with chat button on smaller screens
This commit is contained in:
parent
8236302041
commit
8a0607654e
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
(def discover-list-item-name-container
|
(def discover-list-item-name-container
|
||||||
{:flex 0.3
|
{:flex 0.3
|
||||||
|
:padding-right 30
|
||||||
:flex-direction :row
|
:flex-direction :row
|
||||||
:justify-content :flex-start
|
:justify-content :flex-start
|
||||||
:align-items :center})
|
:align-items :center})
|
||||||
|
|
Loading…
Reference in New Issue