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:
Debanjum Singh Solanky
2024-01-20 00:24:28 +05:30
parent d4552117f6
commit 07ca137bdf
2 changed files with 36 additions and 7 deletions

View File

@@ -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);