From 989e083300105adf2ec531f0154783290b71af78 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 21:25:37 +0000 Subject: [PATCH] Fine tune llama advanced spacing --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 0862064cd..dbd641117 100644 --- a/static/style.css +++ b/static/style.css @@ -24034,7 +24034,7 @@ details.hwfit-serve-advanced > .hwfit-serve-row { } details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp, details.hwfit-serve-advanced > .hwfit-serve-checks.hwfit-backend-llamacpp { - margin-top: -18px; + margin-top: -20px; position: relative; left: 4px; } @@ -24043,10 +24043,10 @@ details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp { row-gap: 2px; } details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp.cookbook-llama-gpu-only { - margin-top: -10px; + margin-top: -8px; } details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp:not(.cookbook-llama-gpu-only):has(.hwfit-sf[data-field="cache_type"]) { - margin-top: -10px; + margin-top: -8px; } details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-vram-monitor { gap: 4px !important;