fix #2160 - status author name no longer overlaps with chat button on smaller screens

This commit is contained in:
Goran Jovic 2017-10-16 14:54:45 +02:00 committed by Roman Volosovskyi
parent 8236302041
commit 8a0607654e
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
(def discover-list-item-name-container
{:flex 0.3
:padding-right 30
:flex-direction :row
:justify-content :flex-start
:align-items :center})