fix: 修复评论操作按钮被截断的问题
- 恢复 comment-item-text 的 margin-bottom: 1rem - 增加 comment-item-inner 的 padding-bottom 从 18px 到 35px - 确保操作按钮有足够空间显示
This commit is contained in:
@@ -5140,7 +5140,7 @@ html.darkmode .has-thumbnail .related-post-title.clamp {
|
|||||||
|
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
padding-bottom: 18px;
|
padding-bottom: 35px;
|
||||||
|
|
||||||
border-bottom: var(--color-border-on-foreground) solid 1px;
|
border-bottom: var(--color-border-on-foreground) solid 1px;
|
||||||
|
|
||||||
@@ -5204,9 +5204,7 @@ html.darkmode .has-thumbnail .related-post-title.clamp {
|
|||||||
|
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
padding-bottom: 2rem;
|
|
||||||
|
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user