From 7d6cfc905e4137bc37e2838e63354ff442f08bc5 Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 21 Oct 2022 16:12:45 +0100 Subject: [PATCH] Making avatar initials smaller in the engagement bar refs https://github.com/TryGhost/Team/issues/2139 --- ghost/admin/app/styles/layouts/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css index 0c9513536a..896b0f8c5e 100644 --- a/ghost/admin/app/styles/layouts/content.css +++ b/ghost/admin/app/styles/layouts/content.css @@ -1690,6 +1690,10 @@ a.gh-post-list-cta.stats.is-hovered:hover > * { } } +.gh-post-activity-feed .gh-member-list-avatar { + font-size: 1.25rem; +} + .gh-post-activity-feed-pagination svg { width: 7px; height: 12px;