mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Add a ride hand side bar for chat controls
This commit is contained in:
@@ -39,7 +39,7 @@ div.inputBox:focus {
|
||||
div.chatBodyFull {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
button.inputBox {
|
||||
@@ -83,7 +83,7 @@ div.titleBar {
|
||||
div.chatBoxBody {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
width: 95%;
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user