fix: 修复评论点赞按钮下半部分溢出被截断

- 为 comment-item 添加 overflow: visible
- 为 comment-item-left-wrapper 添加 overflow: visible
- 确保绝对定位的点赞按钮完整显示
This commit is contained in:
2026-01-16 16:31:05 +08:00
parent e91629d52c
commit 938a33d1e0

View File

@@ -5091,6 +5091,8 @@ html.darkmode .has-thumbnail .related-post-title.clamp {
display: flex;
overflow: visible;
}
.comment-item-left-wrapper {
@@ -5107,6 +5109,8 @@ html.darkmode .has-thumbnail .related-post-title.clamp {
min-height: 70px;
overflow: visible;
}
.comment-avatar-vertical-center .comment-item-left-wrapper {