From 5e7678b2396f0516c161eb66dd3e5c180875c8a6 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Wed, 1 Jun 2022 17:31:23 -0400 Subject: [PATCH] Fixed empty states spacing regression --- ghost/admin/app/components/members-activity/no-events.hbs | 2 +- ghost/admin/app/styles/layouts/content.css | 2 +- ghost/admin/app/templates/offers.hbs | 2 +- ghost/admin/app/templates/pages.hbs | 2 +- ghost/admin/app/templates/posts.hbs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/admin/app/components/members-activity/no-events.hbs b/ghost/admin/app/components/members-activity/no-events.hbs index cb8f019f55..72ff102736 100644 --- a/ghost/admin/app/components/members-activity/no-events.hbs +++ b/ghost/admin/app/components/members-activity/no-events.hbs @@ -2,7 +2,7 @@
{{svg-jar "members-placeholder" class="gh-members-placeholder"}} {{#if @filter}} -

No activities match the current filter

+

No activities match the current filter

Show all activity diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index 8a176d14dc..f25c7b39d2 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -518,7 +518,7 @@ margin-top: -32px; } -.no-posts-box .no-posts h3 { +.no-posts-box .no-posts h4 { margin: 32px 0; } diff --git a/ghost/admin/app/templates/offers.hbs b/ghost/admin/app/templates/offers.hbs index f57d05a3a3..c250e66588 100644 --- a/ghost/admin/app/templates/offers.hbs +++ b/ghost/admin/app/templates/offers.hbs @@ -105,7 +105,7 @@ {{else}}
-

You have no archived offers.

+

You have no archived offers.

Show active offers diff --git a/ghost/admin/app/templates/pages.hbs b/ghost/admin/app/templates/pages.hbs index 139646b596..5d8337b4e5 100644 --- a/ghost/admin/app/templates/pages.hbs +++ b/ghost/admin/app/templates/pages.hbs @@ -49,7 +49,7 @@ Create a new page {{else}} -

No pages match the current filter

+

No pages match the current filter

Show all pages diff --git a/ghost/admin/app/templates/posts.hbs b/ghost/admin/app/templates/posts.hbs index a8325abb52..16af610a9d 100644 --- a/ghost/admin/app/templates/posts.hbs +++ b/ghost/admin/app/templates/posts.hbs @@ -53,7 +53,7 @@ Write a new post {{else}} -

No posts match the current filter

+

No posts match the current filter

Show all posts