Color cookbook context fit notes

This commit is contained in:
pewdiepie-archdaemon
2026-06-27 21:02:10 +00:00
parent da7c6a667b
commit 7af3f15288
2 changed files with 33 additions and 3 deletions
+15
View File
@@ -20203,6 +20203,14 @@ body.gallery-selecting .gallery-dl-btn,
overflow: hidden;
text-overflow: ellipsis;
}
.hwfit-auto-ctx-note.gpu-fit {
color: var(--green, var(--color-success, #50fa7b));
opacity: 0.82;
}
.hwfit-auto-ctx-note.unified-spill {
color: var(--yellow, var(--color-warning, #f0ad4e));
opacity: 0.9;
}
.hwfit-serve-row label select,
.hwfit-serve-row label input {
display: block;
@@ -24032,6 +24040,13 @@ details.hwfit-serve-advanced > .hwfit-serve-row {
gap: 4px;
row-gap: 4px;
}
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-backend-llamacpp,
details.hwfit-serve-advanced > .hwfit-serve-checks.hwfit-backend-llamacpp {
margin-top: -4px;
}
details.hwfit-serve-advanced > .hwfit-serve-row.hwfit-vram-monitor {
gap: 4px !important;
}
details.hwfit-serve-advanced > .hwfit-serve-row label select,
details.hwfit-serve-advanced > .hwfit-serve-row label input {
margin-top: 1px;