mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Set chat-message height to height of content in web, desktop
In some cases, especially with image generation requests, this was causing the chat messages to overlap in the chat UI
This commit is contained in:
@@ -1395,11 +1395,13 @@
|
||||
.chat-message.khoj {
|
||||
margin-left: auto;
|
||||
text-align: left;
|
||||
height: fit-content;
|
||||
}
|
||||
/* move message by you to right */
|
||||
.chat-message.you {
|
||||
margin-right: auto;
|
||||
text-align: right;
|
||||
height: fit-content;
|
||||
}
|
||||
/* basic style chat message text */
|
||||
.chat-message-text {
|
||||
|
||||
Reference in New Issue
Block a user