From 51aff00b132d6017fb97339c188b151b142b48d2 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 22:10:15 +0000 Subject: [PATCH] Move core serve memory fields farther left --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 481226391..8bf42895b 100644 --- a/static/style.css +++ b/static/style.css @@ -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: -16px; + left: -32px; } .hwfit-serve-row-core label:has(.hwfit-sf[data-field="gpu_mem"]) { position: relative; - left: -16px; + left: -32px; } .hwfit-serve-row-core .hwfit-gpus-label { position: relative;