Render inline png, webp images generated by Khoj in chat view

Add spacing between chat message paragraphs
This commit is contained in:
Debanjum Singh Solanky
2024-07-12 15:12:24 +05:30
parent 3e7e73ddd6
commit b98a0cfe1b
2 changed files with 14 additions and 2 deletions

View File

@@ -10,6 +10,9 @@ div.chatMessageContainer {
div.chatMessageWrapper {
padding-left: 24px;
}
div.chatMessageWrapper p:not(:last-child) {
margin-bottom: 16px;
}
div.khojfullHistory {
border-width: 1px;