UX: adjust frequent poster size in topic map (#21933)
This commit is contained in:
parent
f462347e12
commit
7d9953dc15
|
@ -684,14 +684,14 @@ aside.quote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
width: 2.5em;
|
width: 2.15em;
|
||||||
height: 2.5em;
|
height: 2.15em;
|
||||||
}
|
}
|
||||||
.post-count {
|
.post-count {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
padding: 3px 5px;
|
padding: 0.15em 0.4em 0.2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: var(--font-down-2);
|
font-size: var(--font-down-2);
|
||||||
|
|
Loading…
Reference in New Issue