Show Tonghuashun symbol meta inline after the variety label.

Move symbol-selected into the label row across all symbol pickers without shifting the input field.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-29 07:34:05 +08:00
parent bfb1b95471
commit 4d2463c9a9
4 changed files with 34 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@
.key-form-line.line-3{grid-template-columns:1.4fr .85fr .85fr}
.key-form-line.line-2{grid-template-columns:1fr 1fr}
.key-field label{display:block;font-size:.72rem;margin-bottom:.28rem;color:var(--text-label)}
.symbol-wrap.key-field>label.text-label{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem}
.key-field select,.key-field input{width:100%;box-sizing:border-box}
.key-action-row{display:flex;flex-direction:column;gap:.35rem;margin-top:.15rem}
.key-action-row .trailing-be-toggle{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-label);margin:0;cursor:pointer;user-select:none}