Add comment count in post (#659)

* Add comment count in post

* Restyle comment count
This commit is contained in:
Matthew Esposito 2023-01-16 15:05:53 -05:00 committed by GitHub
parent 7cb132af01
commit 3d0287f04f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -849,6 +849,17 @@ a.search_subreddit:hover {
font-weight: bold;
}
#comment_count {
font-weight: 500;
opacity: 0.9;
}
#comment_count > #sorted_by {
font-weight: normal;
opacity: 0.7;
margin-right: 7px;
}
#post_links {
display: flex;
list-style: none;