From e4fed9e85eb8c9174b46fc5ab5a0598805290156 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 22:15:07 +0000 Subject: [PATCH] Adjust serve preset and memory field offsets --- static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index eb5ab47fb..d965671cb 100644 --- a/static/style.css +++ b/static/style.css @@ -20088,6 +20088,8 @@ body.gallery-selecting .gallery-dl-btn, justify-content: flex-end; margin: 0; flex: 0 0 auto; + position: relative; + top: -4px; } /* Expanded serve panel — make sure it can be scrolled past when it grows taller than the visible viewport. Caps panel height to viewport @@ -20143,11 +20145,11 @@ body.gallery-selecting .gallery-dl-btn, } .hwfit-serve-row-core label:has(.hwfit-sf[data-field="max_seqs"]) { position: relative; - left: -48px; + left: -56px; } .hwfit-serve-row-core label:has(.hwfit-sf[data-field="gpu_mem"]) { position: relative; - left: -48px; + left: -56px; } .hwfit-serve-row-core .hwfit-gpus-label { position: relative;