Align serve backend controls

This commit is contained in:
pewdiepie-archdaemon
2026-06-27 23:42:11 +00:00
parent 0d84441c1c
commit ded57e5740
2 changed files with 12 additions and 6 deletions
+7 -1
View File
@@ -20339,10 +20339,16 @@ body.gallery-selecting .gallery-dl-btn,
.hwfit-sf[data-field="backend"],
.hwfit-sf[data-field="dtype"],
.hwfit-sf[data-field="tp"] {
height: 28px;
height: 32px;
box-sizing: border-box;
width: 100%;
}
.hwfit-extra-env-label {
grid-column: 1 / -1;
}
.hwfit-serve-panel[data-backend-active="vllm"] .hwfit-extra-env-label {
grid-column: 2 / -1;
}
.hwfit-sf:focus {
border-color: var(--accent, var(--red));
outline: none;