2nov2024
This commit is contained in:
parent
be7844b4f3
commit
eea09ec9b8
15 changed files with 35749 additions and 63 deletions
25
.obsidian/plugins/companion/styles.css
vendored
Normal file
25
.obsidian/plugins/companion/styles.css
vendored
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue