mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Add memory LLM preset switching
This commit is contained in:
25
style.css
25
style.css
@@ -1423,6 +1423,22 @@
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.bme-llm-preset-controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.bme-llm-preset-controls select {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.bme-llm-preset-controls .bme-config-secondary-btn {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.bme-config-secondary-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -2880,6 +2896,15 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bme-llm-preset-controls {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.bme-llm-preset-controls .bme-config-secondary-btn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bme-inline-checkbox {
|
||||
min-height: 44px;
|
||||
gap: 12px;
|
||||
|
||||
Reference in New Issue
Block a user