Move core serve memory fields left
This commit is contained in:
parent
ef7e5f90ec
commit
1b0e0a118b
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"]) {
|
||||
position: relative;
|
||||
left: 0;
|
||||
left: -16px;
|
||||
}
|
||||
.hwfit-serve-row-core label:has(.hwfit-sf[data-field="gpu_mem"]) {
|
||||
position: relative;
|
||||
left: -1px;
|
||||
left: -16px;
|
||||
}
|
||||
.hwfit-serve-row-core .hwfit-gpus-label {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue