mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-07-13 12:38:02 +00:00
Align serve backend controls
This commit is contained in:
+7
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user