Refine llama advanced row spacing
This commit is contained in:
parent
bab45142a5
commit
002eba779e
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue