Enhance ModelSelect component with searchable dropdown and improved styling

This commit is contained in:
Spenquatch
2025-04-09 22:33:39 -04:00
parent 3999c916a5
commit cbd30a91ef
2 changed files with 273 additions and 14 deletions

View File

@@ -478,6 +478,10 @@ button:not(.clickable-icon).infio-chat-list-dropdown {
max-width: 240px;
}
.infio-popover.infio-llm-setting-combobox-dropdown {
max-width: 340px;
}
.infio-popover ul {
padding: 0;
list-style: none;