UX: fix post count position on avatars in topic map (#25622)

This commit is contained in:
Kris 2024-02-08 17:07:38 -05:00 committed by GitHub
parent 0b39ee87f0
commit 110d544225
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -696,6 +696,7 @@ aside.quote {
}
.post-count {
position: absolute;
top: 0;
right: 0;
border-radius: 100px;
padding: 0.15em 0.4em 0.2em;