mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
UX: fix post count position on avatars in topic map (#25622)
This commit is contained in:
@ -696,6 +696,7 @@ aside.quote {
|
||||
}
|
||||
.post-count {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border-radius: 100px;
|
||||
padding: 0.15em 0.4em 0.2em;
|
||||
|
Reference in New Issue
Block a user