feat: 评论管理操作收进更多菜单,减少管理员界面杂乱

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-31 00:08:16 +08:00
parent 335b708b04
commit bcfd306643
2 changed files with 103 additions and 73 deletions

View File

@@ -5017,6 +5017,13 @@ a.post-title:visited {
background: color-mix(in srgb, hsl(var(--destructive)) 10%, transparent);
}
/* 评论管理菜单(编辑 / 审核 / 删除 / 举报) */
.comment-manage-menu {
min-width: 9.5rem;
max-height: 70vh;
overflow-y: auto;
}
.report-more-menu__item svg {
width: 14px;
height: 14px;