diff --git a/ghost/admin/app/components/posts/links-table.hbs b/ghost/admin/app/components/posts/links-table.hbs index ac4e3d128a..1c74a5f4ec 100644 --- a/ghost/admin/app/components/posts/links-table.hbs +++ b/ghost/admin/app/components/posts/links-table.hbs @@ -88,22 +88,69 @@ {{/if}} diff --git a/ghost/admin/app/components/posts/post-activity-feed.hbs b/ghost/admin/app/components/posts/post-activity-feed.hbs index 18add2128c..d4f47fa849 100644 --- a/ghost/admin/app/components/posts/post-activity-feed.hbs +++ b/ghost/admin/app/components/posts/post-activity-feed.hbs @@ -61,7 +61,7 @@ - Showing {{eventsFetcher.previousEvents}} - {{eventsFetcher.shownEvents}} of {{eventsFetcher.totalEvents}} + Showing {{eventsFetcher.previousEvents}}-{{eventsFetcher.shownEvents}} of {{eventsFetcher.totalEvents}} {{#if (and @linkQuery @linkText)}} diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index a86b366caf..ae0fb3b272 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -857,7 +857,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho .gh-post-analytics-split { display: flex; gap: 2.4rem; - min-height: 440px; + min-height: 445px; } .gh-newsletter-clicks-header { @@ -1696,6 +1696,7 @@ a.gh-post-list-cta.stats.is-hovered:hover > * { gap: 16px; margin-top: 16px; border-top: 1px solid #eceef0; + padding: 18px 0; } .gh-post-activity-feed-pagination {