mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Set chat body height to remove UX jitter on chat history load in Web, Desktop
This commit is contained in:
parent
efe86ce159
commit
682b70011f
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue