From d7193e7d0d970703c7ef07777c057ab615371a0f Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 21:49:35 +0000 Subject: [PATCH] Move vllm attention farther right --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c0ceecf7e..239fa9088 100644 --- a/static/style.css +++ b/static/style.css @@ -24072,7 +24072,7 @@ details.hwfit-serve-advanced > .hwfit-serve-row label input { } details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_attn_backend"]) { position: relative; - left: -71px; + left: -55px; } details.hwfit-serve-advanced label:has(.hwfit-sf[data-field="vllm_block_size"]) { position: relative;