diff --git a/style.css b/style.css index 9b74232..03262c2 100644 --- a/style.css +++ b/style.css @@ -4920,10 +4920,13 @@ html.darkmode .has-thumbnail .related-post-title.clamp { max-height var(--animation-slow) var(--ease-emphasized), margin var(--animation-slow) var(--ease-standard), padding var(--animation-slow) var(--ease-standard); - overflow: hidden; will-change: opacity, max-height; } +#comments.comments-collapsed, #post_comment.comments-collapsed { + overflow: hidden; +} + #comments.comments-collapsed { max-height: 0 !important; opacity: 0;