mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Remove whitespace: pre-line from chat html, since markdown rendering
This commit is contained in:
@@ -679,7 +679,6 @@
|
|||||||
.chat-message.you {
|
.chat-message.you {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: pre-line;
|
|
||||||
}
|
}
|
||||||
/* basic style chat message text */
|
/* basic style chat message text */
|
||||||
.chat-message-text {
|
.chat-message-text {
|
||||||
@@ -696,7 +695,6 @@
|
|||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
white-space: pre-line;
|
|
||||||
}
|
}
|
||||||
/* Spinner symbol when the chat message is loading */
|
/* Spinner symbol when the chat message is loading */
|
||||||
.spinner {
|
.spinner {
|
||||||
|
|||||||
@@ -802,7 +802,6 @@ To get started, just start typing below. You can also type / to see a list of co
|
|||||||
.chat-message.you {
|
.chat-message.you {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: pre-line;
|
|
||||||
}
|
}
|
||||||
/* basic style chat message text */
|
/* basic style chat message text */
|
||||||
.chat-message-text {
|
.chat-message-text {
|
||||||
@@ -819,7 +818,6 @@ To get started, just start typing below. You can also type / to see a list of co
|
|||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
white-space: pre-line;
|
|
||||||
}
|
}
|
||||||
/* Spinner symbol when the chat message is loading */
|
/* Spinner symbol when the chat message is loading */
|
||||||
.spinner {
|
.spinner {
|
||||||
|
|||||||
Reference in New Issue
Block a user