mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 00:00:33 -04:00
Merge pull request #3353 from awesomerobot/master
rounding the post-count squares in topic summaries
This commit is contained in:
commit
797a95cfc1
2 changed files with 10 additions and 10 deletions
app/assets/stylesheets
|
@ -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…
Add table
Reference in a new issue