Merge pull request #3353 from awesomerobot/master
rounding the post-count squares in topic summaries
This commit is contained in:
commit
797a95cfc1
|
@ -350,12 +350,13 @@ a.star {
|
|||
}
|
||||
.post-count {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 6px;
|
||||
padding: 0 4px;
|
||||
right: 3px;
|
||||
border-radius: 100px;
|
||||
padding: 4px 5px 2px 5px;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
font-size: 11px;
|
||||
line-height: 14px;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -188,14 +188,14 @@ a.star {
|
|||
}
|
||||
.post-count {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 6px;
|
||||
padding: 0 4px;
|
||||
right: 3px;
|
||||
border-radius: 100px;
|
||||
padding: 4px 5px 2px 5px;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
font-size: 11px;
|
||||
line-height: 14px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* in expanded avatar view, limit to one line for now */
|
||||
|
@ -500,4 +500,3 @@ span.highlighted {
|
|||
.read-state {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue