#2078 - alignment in discover main - empty states

This commit is contained in:
Goran Jovic 2017-10-17 15:31:40 +02:00 committed by Roman Volosovskyi
parent 3ed2fb6a07
commit 1c43702c32
2 changed files with 7 additions and 5 deletions

View File

@ -174,9 +174,9 @@
:dapps "DApps" :dapps "DApps"
:dapp-profile "DApp Profile" :dapp-profile "DApp Profile"
:no-statuses-discovered "No statuses discovered" :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-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 "Settings" :settings "Settings"

View File

@ -422,8 +422,10 @@
(def empty-section-container (def empty-section-container
{:flex-direction :row {:flex-direction :row
:margin-left 32 :justify-content :center
:padding-vertical 50}) :align-items :center
:padding-vertical 50
:margin-right 6})
(def empty-section-image (def empty-section-image
{:height 70 {:height 70
@ -431,7 +433,7 @@
(def empty-section-description (def empty-section-description
{:flex-direction :column {:flex-direction :column
:margin-left 12}) :margin-left 6})
(def empty-section-title-text (def empty-section-title-text
{:font-size 15}) {:font-size 15})