fix: 修复评论操作按钮被截断的问题

- 恢复 comment-item-text 的 margin-bottom: 1rem
- 增加 comment-item-inner 的 padding-bottom 从 18px 到 35px
- 确保操作按钮有足够空间显示
This commit is contained in:
2026-01-16 16:10:16 +08:00
parent 5aa4fb9c79
commit a84a38cf91

View File

@@ -5140,7 +5140,7 @@ html.darkmode .has-thumbnail .related-post-title.clamp {
margin-top: 20px;
padding-bottom: 18px;
padding-bottom: 35px;
border-bottom: var(--color-border-on-foreground) solid 1px;
@@ -5204,9 +5204,7 @@ html.darkmode .has-thumbnail .related-post-title.clamp {
min-height: 24px;
margin-bottom: 0;
padding-bottom: 2rem;
margin-bottom: 1rem;
overflow-wrap: break-word;