UX: adjust frequent poster size in topic map (#21933)

This commit is contained in:
Kris 2023-06-05 18:18:58 -04:00 committed by GitHub
parent f462347e12
commit 7d9953dc15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -684,14 +684,14 @@ aside.quote {
}
.avatar {
width: 2.5em;
height: 2.5em;
width: 2.15em;
height: 2.15em;
}
.post-count {
position: absolute;
right: 0;
border-radius: 100px;
padding: 3px 5px;
padding: 0.15em 0.4em 0.2em;
text-align: center;
font-weight: normal;
font-size: var(--font-down-2);