fix: 修复评论回复按钮点击无反应和点赞数显示问题
- 将评论回复/编辑的滚动动画从 jQuery animate + easeOutCirc 改为原生 window.scrollTo - 避免因其他插件覆盖 jQuery 导致 easing 函数丢失的问题 - 修复 .comment-upvote .btn-inner--text 样式,确保点赞数正确显示 - 添加 display: inline-block !important 强制显示点赞数文本
This commit is contained in:
@@ -5411,12 +5411,15 @@ html.darkmode .comment-operations {
|
||||
|
||||
.comment-upvote .btn-inner--text {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
font-variant-numeric: tabular-nums;
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.comment-upvote .comment-upvote-num {
|
||||
min-width: 12px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html.darkmode .comment-upvote {
|
||||
|
||||
Reference in New Issue
Block a user