fix: 修复评论点赞按钮被截断的问题

- 为 comment-item-left-wrapper 添加 min-height: 70px
- 确保点赞按钮有足够空间完整显示
This commit is contained in:
2026-01-16 16:13:46 +08:00
parent a84a38cf91
commit 600a78e8bc

View File

@@ -5102,6 +5102,8 @@ html.darkmode .has-thumbnail .related-post-title.clamp {
position: relative;
min-height: 70px;
}
.comment-avatar-vertical-center .comment-item-left-wrapper {