mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 13:20:17 +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:
committed by
Debanjum Singh Solanky
parent
e62888659f
commit
07b3bdf181
@@ -123,9 +123,9 @@ div.modalSessionsList div.session {
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
div.panel {
|
||||
padding: 0.5rem;
|
||||
position: fixed;
|
||||
width: fit-content;
|
||||
padding: 0.25rem;
|
||||
/* position: fixed; */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.expanded {
|
||||
|
||||
Reference in New Issue
Block a user