0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Making avatar initials smaller in the engagement bar

refs https://github.com/TryGhost/Team/issues/2139
This commit is contained in:
James Morris 2022-10-21 16:12:45 +01:00
parent c2e43a0805
commit 7d6cfc905e

View file

@ -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;