mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Update nav menu styling to include everything in one header
- Move the nav menu into the chat history side panel component, so that they both show up on one line - Update all pages to use it with the new formatting - in mobile, present the sidebar button, home button, and profile button evenly centered in the middle
This commit is contained in:
@@ -78,7 +78,13 @@ div.chatBoxBody {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
grid-template-rows: auto 1fr;
|
||||
}
|
||||
|
||||
div.homeGreetings {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
grid-template-rows: 1fr 2fr;
|
||||
}
|
||||
|
||||
|
||||
@@ -108,6 +114,10 @@ div.sidePanel {
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
|
||||
div.sidePanel {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.chatBox {
|
||||
padding: 0;
|
||||
}
|
||||
@@ -117,4 +127,8 @@ div.sidePanel {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
div.homeGreetings {
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user