mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-09 15:43:28 +00:00
* DEV: Make tool presets a dropdown * DEV: Select tool presets via DMenu instead * WIP * WIP: Add parameter types, uploader, script, etc. * WIP * updates * fix lint * FIX: spec * fixes
39 lines
548 B
SCSS
39 lines
548 B
SCSS
.ai-tool-parameter {
|
|
padding: 1.5em;
|
|
border: 1px solid var(--primary-low);
|
|
border-radius: var(--d-input-border-radius);
|
|
}
|
|
|
|
.ai-tool-editor {
|
|
max-width: 80%;
|
|
position: relative;
|
|
|
|
#control-rag_uploads .rag-uploader {
|
|
h3,
|
|
p {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ai-tool-test-modal {
|
|
&__test-result div {
|
|
ul {
|
|
padding-left: 1em;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ai-tool-list-editor {
|
|
&__header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 0 0 1em 0;
|
|
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|