From 002eba779eb00b96fc8205d106bb4d9dcc2d3907 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 21:17:24 +0000 Subject: [PATCH] Refine llama advanced row spacing --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d6baf8288..e34c0a679 100644 --- a/static/style.css +++ b/static/style.css @@ -24034,10 +24034,14 @@ 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: -16px; + margin-top: -18px; position: relative; left: 4px; } +details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp { + column-gap: 8px; + row-gap: 2px; +} details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-vram-monitor { gap: 4px !important; }