From 36ba856607d11ee546f3fd237f13911f6cad4d8d Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 23:54:01 +0000 Subject: [PATCH] Fine tune vllm advanced offsets --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index dcf408827..366ad4bad 100644 --- a/static/style.css +++ b/static/style.css @@ -24201,14 +24201,14 @@ details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_attn_backend"] } details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_block_size"]) { position: relative; - left: -71px; + left: -73px; } details.hwfit-serve-advanced .hwfit-sf[data-field="vllm_block_size"] { width: calc(100% - 6px); } details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="swap"]) { position: relative; - left: -69px; + left: -71px; } details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_kv_cache_dtype"]) { position: relative;