From 1a0f096b9b33268d0f5e0490b67f360017460d11 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 27 Jun 2026 21:42:06 +0000 Subject: [PATCH] Match launch command hover surface --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index cbffcf56b..40348364b 100644 --- a/static/style.css +++ b/static/style.css @@ -20521,7 +20521,7 @@ body.gallery-selecting .gallery-dl-btn, .hwfit-serve-cmd { margin: 0; padding: 8px 10px; - background: color-mix(in srgb, var(--fg) 8%, var(--bg)); + background: var(--panel); border: 1px solid var(--border); border-top: none; border-radius: 4px; @@ -24048,6 +24048,9 @@ details.hwfit-serve-advanced > .hwfit-llama-placement-row { details.hwfit-serve-advanced > .hwfit-llama-memory-row { margin-top: -20px !important; } +.cookbook-llama-cpu-mode details.hwfit-serve-advanced > .hwfit-llama-memory-row { + margin-top: -14px !important; +} details.hwfit-serve-advanced > .hwfit-llama-batch-row, details.hwfit-serve-advanced > .hwfit-llama-monitor-row, details.hwfit-serve-advanced > .hwfit-llama-checks-row {