Commit c0f483e6419dc11bda266e863565976c78c13e70
1 parent
50fef363
Exists in
master
fix for comment count bubble
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
public/style.css
| ... | ... | @@ -204,7 +204,10 @@ div[class^='comment-paragraph-loading-'] { |
| 204 | 204 | display: none; |
| 205 | 205 | } |
| 206 | 206 | |
| 207 | - | |
| 208 | 207 | .side-comment .post_comment_box.opened { |
| 209 | 208 | padding-bottom: 15px; |
| 209 | +} | |
| 210 | + | |
| 211 | +.side-comment .comment-count { | |
| 212 | + bg-color: #b3b2d4; | |
| 210 | 213 | } |
| 211 | 214 | \ No newline at end of file | ... | ... |