Stabilize llama advanced row spacing

This commit is contained in:
pewdiepie-archdaemon
2026-06-27 21:33:13 +00:00
parent 5d42e7616a
commit fc566cf31a
2 changed files with 14 additions and 9 deletions
+9 -4
View File
@@ -24042,11 +24042,16 @@ details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp {
column-gap: 8px;
row-gap: 2px;
}
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp.cookbook-llama-gpu-only {
margin-top: -8px;
details.hwfit-serve-advanced > .hwfit-llama-placement-row {
margin-top: -8px !important;
}
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp:not(.cookbook-llama-gpu-only):has(.hwfit-sf[data-field="cache_type"]) {
margin-top: -16px;
details.hwfit-serve-advanced > .hwfit-llama-memory-row {
margin-top: -22px !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 {
margin-top: -20px !important;
}
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-vram-monitor {
gap: 4px !important;