fix(web): polish preset chrome and subagent menu after review

This commit is contained in:
Yif
2026-08-10 21:41:32 +08:00
parent d9d2b11b9f
commit a95e3265f6
6 changed files with 10 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
z-index: 1;
display: flex;
width: 800px;
height: min(824px, calc(100vh - 48px));
height: min(800px, calc(100vh - 48px));
max-width: calc(100vw - 48px);
border-radius: 24px;
overflow: hidden;