Match launch command hover surface
This commit is contained in:
parent
9eaf5b61b2
commit
1a0f096b9b
1 changed files with 4 additions and 1 deletions
|
|
@ -20521,7 +20521,7 @@ body.gallery-selecting .gallery-dl-btn,
|
|||
.hwfit-serve-cmd {
|
||||
margin: 0;
|
||||
padding: 8px 10px;
|
||||
background: color-mix(in srgb, var(--fg) 8%, var(--bg));
|
||||
background: var(--panel);
|
||||
border: 1px solid var(--border);
|
||||
border-top: none;
|
||||
border-radius: 4px;
|
||||
|
|
@ -24048,6 +24048,9 @@ details.hwfit-serve-advanced > .hwfit-llama-placement-row {
|
|||
details.hwfit-serve-advanced > .hwfit-llama-memory-row {
|
||||
margin-top: -20px !important;
|
||||
}
|
||||
.cookbook-llama-cpu-mode details.hwfit-serve-advanced > .hwfit-llama-memory-row {
|
||||
margin-top: -14px !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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue