fix: model selector width

This commit is contained in:
imccyu
2026-07-27 14:54:27 +08:00
parent 3b04941830
commit 8605099282

View File

@@ -68,7 +68,7 @@
z-index: 20;
display: flex;
flex-direction: column;
width: min(320px, calc(100vw - 32px));
width: min(240px, calc(100vw - 32px));
max-height: min(360px, calc(100vh - 96px));
overflow: hidden;
padding: 4px;