Adjust llama advanced top spacing
This commit is contained in:
parent
fc6a6dc584
commit
ca7be0d441
1 changed files with 8 additions and 2 deletions
|
|
@ -20069,7 +20069,7 @@ body.gallery-selecting .gallery-dl-btn,
|
||||||
.hwfit-serve-preset-row {
|
.hwfit-serve-preset-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
margin: 4px 0 6px;
|
margin: 0 0 6px;
|
||||||
}
|
}
|
||||||
/* Expanded serve panel — make sure it can be scrolled past when it
|
/* Expanded serve panel — make sure it can be scrolled past when it
|
||||||
grows taller than the visible viewport. Caps panel height to viewport
|
grows taller than the visible viewport. Caps panel height to viewport
|
||||||
|
|
@ -20086,7 +20086,7 @@ body.gallery-selecting .gallery-dl-btn,
|
||||||
}
|
}
|
||||||
.hwfit-serve-preset-row {
|
.hwfit-serve-preset-row {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
margin: 2px 0 6px;
|
margin: -2px 0 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hwfit-serve-row label {
|
.hwfit-serve-row label {
|
||||||
|
|
@ -24042,6 +24042,12 @@ details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp {
|
||||||
column-gap: 8px;
|
column-gap: 8px;
|
||||||
row-gap: 2px;
|
row-gap: 2px;
|
||||||
}
|
}
|
||||||
|
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp.cookbook-llama-gpu-only {
|
||||||
|
margin-top: -10px;
|
||||||
|
}
|
||||||
|
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp:not(.cookbook-llama-gpu-only):has(.hwfit-sf[data-field="cache_type"]) {
|
||||||
|
margin-top: -10px;
|
||||||
|
}
|
||||||
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-vram-monitor {
|
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-vram-monitor {
|
||||||
gap: 4px !important;
|
gap: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue