fix: Correct CSS grid order for inline name input
This commit is contained in:
parent
cada45fb15
commit
af49bb4d6f
@ -1396,7 +1396,8 @@ code { background: var(--panel); border-radius: 4px; padding: 1px 5px; font-fami
|
||||
.voices-workbench.table-view .vl-meta { display: none; }
|
||||
.voices-workbench.table-view .vl-avatar { order: 1; width: 32px; height: 32px; }
|
||||
.voices-workbench.table-view .vr-play-group { order: 2; flex-shrink: 0; }
|
||||
.voices-workbench.table-view .vl-name { order: 3; display: block; font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text); }
|
||||
.voices-workbench.table-view .vl-name,
|
||||
.voices-workbench.table-view .vl-name-input { order: 3; display: block; font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--text); }
|
||||
.voices-workbench.table-view .vl-tbl-lang { display: block; order: 4; font-size: 12px; }
|
||||
.voices-workbench.table-view .vl-tbl-gender { display: block; order: 5; font-size: 12px; }
|
||||
.voices-workbench.table-view .vl-tbl-type { display: block; order: 6; font-size: 12px; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user