mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 18:54:52 +00:00
[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…
x
Reference in New Issue
Block a user