Widen settings forms and fix Token clipboard copy fallback.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-30 13:15:22 +08:00
parent 3556450ff0
commit 7136adcaa9
2 changed files with 46 additions and 5 deletions
+12 -1
View File
@@ -277,7 +277,8 @@ input {
display: grid;
gap: 10px;
margin: 16px 0;
max-width: 520px;
width: 100%;
box-sizing: border-box;
}
.table-wrap {
@@ -315,6 +316,16 @@ td {
gap: 8px;
margin: 12px 0;
word-break: break-all;
width: 100%;
box-sizing: border-box;
}
.token-box code {
user-select: all;
display: block;
padding: 8px;
background: #0d1520;
border-radius: 6px;
}
.settings-tabs {