Skip to content

Commit

Permalink
Merge pull request #1306 from dodieboy/Fix-avatar
Browse files Browse the repository at this point in the history
Fix comment avatars not displaying when disabling "Hide Avaters"
  • Loading branch information
Victor Savinov committed May 22, 2022
2 parents d89f188 + ada854e commit 054cdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ html[it-comments=collapsed].comments-collapsed #comments #sections #contents {
background: transparent;
}

html[it-hide-author-avatars] #author-thumbnail {
html[it-hide-author-avatars=true] #author-thumbnail {
display: none;
}

Expand Down

0 comments on commit 054cdd7

Please sign in to comment.