From 26adeb4d38fb2ddcd56b5631dbfa2da87fcac145 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 21:13:20 +0000 Subject: [PATCH] Nudge llama advanced rows right --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 31a356501..d6baf8288 100644 --- a/static/style.css +++ b/static/style.css @@ -24035,6 +24035,8 @@ 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; + position: relative; + left: 4px; } details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-vram-monitor { gap: 4px !important;