mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Set chat body height to remove UX jitter on chat history load in Web, Desktop
This commit is contained in:
@@ -1196,6 +1196,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#chat-body {
|
#chat-body {
|
||||||
|
height: 100%;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|||||||
@@ -1263,6 +1263,7 @@ To get started, just start typing below. You can also type / to see a list of co
|
|||||||
}
|
}
|
||||||
|
|
||||||
#chat-body {
|
#chat-body {
|
||||||
|
height: 100%;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user