style: 加宽工具面板、历史记录、设置面板

- 工具面板:720px → 900px
- 历史记录:680px → 800px
- 设置面板:默认 480px → 640px(新增专属样式)
This commit is contained in:
Metona
2026-04-17 08:55:34 +08:00
parent 76981e4206
commit 47747bf913
+6 -2
View File
@@ -1514,10 +1514,14 @@ html, body {
/* ── 历史记录模态框加宽 ── */
#historyModal .modal {
max-width: 680px;
max-width: 800px;
max-height: 88vh;
}
#settingsModal .modal {
max-width: 640px;
}
/* ── 历史记录 ── */
.history-list {
display: flex;
@@ -2873,7 +2877,7 @@ html, body {
/* ═══════════════ 工具面板模态框 ═══════════════ */
#toolsModal .modal {
max-width: 720px;
max-width: 900px;
width: 95vw;
max-height: 85vh;
}