2024-05-13 11:46:42 -04:00
|
|
|
.ai-llms-list-editor {
|
|
|
|
&__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
gap: 20px;
|
|
|
|
width: 100%;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__empty_list,
|
|
|
|
&__content_list {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__empty_list {
|
|
|
|
align-content: center;
|
|
|
|
text-align: center;
|
|
|
|
font-size: var(--font-up-1);
|
|
|
|
}
|
2024-05-16 08:50:22 -04:00
|
|
|
|
|
|
|
.ai-llm-editor-input {
|
|
|
|
width: 350px;
|
|
|
|
}
|
2024-05-13 11:46:42 -04:00
|
|
|
}
|