[Fix #2775] Discover: Popular hashtags counter is misplaced
This commit is contained in:
parent
3e8ce2d6d7
commit
792e599dd4
|
@ -11,8 +11,11 @@
|
||||||
:border-bottom-color styles/color-light-gray4})
|
:border-bottom-color styles/color-light-gray4})
|
||||||
|
|
||||||
(def row
|
(def row
|
||||||
{:flex-direction :row
|
{:flex 1
|
||||||
:margin-bottom 10})
|
:flex-direction :row
|
||||||
|
:align-items :center
|
||||||
|
:justify-content :space-between
|
||||||
|
:margin-bottom 10})
|
||||||
|
|
||||||
(def column
|
(def column
|
||||||
{:flex-direction :column})
|
{:flex-direction :column})
|
||||||
|
|
Loading…
Reference in New Issue