#2078 - alignment in discover main - empty states
This commit is contained in:
parent
3ed2fb6a07
commit
1c43702c32
|
@ -174,9 +174,9 @@
|
|||
:dapps "DApps"
|
||||
:dapp-profile "DApp Profile"
|
||||
:no-statuses-discovered "No statuses discovered"
|
||||
:no-statuses-discovered-body "When somebody posts a status\nyou will see it here."
|
||||
:no-statuses-discovered-body "When somebody posts\na status you will see it here."
|
||||
:no-hashtags-discovered-title "No hashtags discovered"
|
||||
:no-hashtags-discovered-body "When a hashtag becomes popular\nyou will see it here."
|
||||
:no-hashtags-discovered-body "When a hashtag becomes\npopular you will see it here."
|
||||
|
||||
;;settings
|
||||
:settings "Settings"
|
||||
|
|
|
@ -422,8 +422,10 @@
|
|||
|
||||
(def empty-section-container
|
||||
{:flex-direction :row
|
||||
:margin-left 32
|
||||
:padding-vertical 50})
|
||||
:justify-content :center
|
||||
:align-items :center
|
||||
:padding-vertical 50
|
||||
:margin-right 6})
|
||||
|
||||
(def empty-section-image
|
||||
{:height 70
|
||||
|
@ -431,7 +433,7 @@
|
|||
|
||||
(def empty-section-description
|
||||
{:flex-direction :column
|
||||
:margin-left 12})
|
||||
:margin-left 6})
|
||||
|
||||
(def empty-section-title-text
|
||||
{:font-size 15})
|
||||
|
|
Loading…
Reference in New Issue