[Fix #2775] Discover: Popular hashtags counter is misplaced

This commit is contained in:
Foo Pang 2017-12-22 21:47:15 +08:00 committed by Andrey Shovkoplyas
parent 3e8ce2d6d7
commit 792e599dd4
1 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,11 @@
:border-bottom-color styles/color-light-gray4})
(def row
{:flex-direction :row
:margin-bottom 10})
{:flex 1
:flex-direction :row
:align-items :center
:justify-content :space-between
:margin-bottom 10})
(def column
{:flex-direction :column})