Move core serve memory fields further left
This commit is contained in:
parent
51aff00b13
commit
d37abae084
1 changed files with 2 additions and 2 deletions
|
|
@ -20116,11 +20116,11 @@ body.gallery-selecting .gallery-dl-btn,
|
||||||
}
|
}
|
||||||
.hwfit-serve-row-core label:has(.hwfit-sf[data-field="max_seqs"]) {
|
.hwfit-serve-row-core label:has(.hwfit-sf[data-field="max_seqs"]) {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: -32px;
|
left: -48px;
|
||||||
}
|
}
|
||||||
.hwfit-serve-row-core label:has(.hwfit-sf[data-field="gpu_mem"]) {
|
.hwfit-serve-row-core label:has(.hwfit-sf[data-field="gpu_mem"]) {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: -32px;
|
left: -48px;
|
||||||
}
|
}
|
||||||
.hwfit-serve-row-core .hwfit-gpus-label {
|
.hwfit-serve-row-core .hwfit-gpus-label {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue