mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Convert chat input into a text area in the Obsidian client
This allows for better readability of multi-line messages by users. The chat input is a text area in the other clients as well.
This commit is contained in:
@@ -241,14 +241,17 @@ img {
|
||||
}
|
||||
#khoj-chat-input {
|
||||
font-size: var(--font-ui-medium);
|
||||
padding: 0 0 0 12px;
|
||||
padding: 4px 0 0 12px;
|
||||
border-radius: 16px;
|
||||
height: 32px;
|
||||
resize: none;
|
||||
}
|
||||
.khoj-input-row-button {
|
||||
border-radius: 50%;
|
||||
padding: 4px;
|
||||
--icon-size: var(--icon-size);
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
#khoj-chat-send .svg-icon {
|
||||
background: var(--khoj-sun);
|
||||
|
||||
Reference in New Issue
Block a user