Move core serve memory fields farther left

This commit is contained in:
pewdiepie-archdaemon
2026-06-27 22:10:15 +00:00
parent 1b0e0a118b
commit 51aff00b13
+2 -2
View File
@@ -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: -16px; left: -32px;
} }
.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: -16px; left: -32px;
} }
.hwfit-serve-row-core .hwfit-gpus-label { .hwfit-serve-row-core .hwfit-gpus-label {
position: relative; position: relative;