mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +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 {
|
||||
height: 100%;
|
||||
font-size: small;
|
||||
margin: 0px;
|
||||
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 {
|
||||
height: 100%;
|
||||
font-size: medium;
|
||||
margin: 0px;
|
||||
line-height: 20px;
|
||||
|
|
Loading…
Reference in a new issue