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:
parent
c2e43a0805
commit
7d6cfc905e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue