Refine llama advanced row spacing

This commit is contained in:
pewdiepie-archdaemon
2026-06-27 21:17:24 +00:00
parent bab45142a5
commit 002eba779e
+5 -1
View File
@@ -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;
}