mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix post count position on avatars in topic map (#25622)
This commit is contained in:
parent
0b39ee87f0
commit
110d544225
@ -696,6 +696,7 @@ aside.quote {
|
|||||||
}
|
}
|
||||||
.post-count {
|
.post-count {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
padding: 0.15em 0.4em 0.2em;
|
padding: 0.15em 0.4em 0.2em;
|
||||||
|
Loading…
Reference in New Issue
Block a user