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; }