This commit is contained in:
Marco Realacci 2024-11-02 16:28:37 +01:00
parent be7844b4f3
commit eea09ec9b8
15 changed files with 35749 additions and 63 deletions

25
.obsidian/plugins/companion/styles.css vendored Normal file
View file

@ -0,0 +1,25 @@
/* src/styles.sass */
.ai-complete-advanced-settings {
padding-left: 1rem;
}
.ai-complete-chatgpt-full-width {
width: 100%;
min-height: 120px;
resize: none;
}
.ai-complete-jurassic-expandable {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.5rem;
}
.ai-complete-ollama-full-width {
width: 100%;
min-height: 120px;
resize: none;
}
.ai-complete-groq-full-width {
width: 100%;
min-height: 120px;
resize: none;
}