fix: 修复评论点赞按钮下半部分溢出被截断
- 为 comment-item 添加 overflow: visible - 为 comment-item-left-wrapper 添加 overflow: visible - 确保绝对定位的点赞按钮完整显示
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user