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
@@ -28,4 +28,9 @@ div.sidePanel {
|
||||
div.pageLayout {
|
||||
max-width: 90vw;
|
||||
}
|
||||
|
||||
div.sidePanel {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -936,9 +936,6 @@ export default function Automations() {
|
||||
|
||||
return (
|
||||
<main className={`${styles.main} w-full ml-auto mr-auto`}>
|
||||
<div className="float-right w-fit h-fit">
|
||||
<NavMenu selected="Automations" />
|
||||
</div>
|
||||
<div className={`grid w-full ml-auto mr-auto`}>
|
||||
<div className={`${styles.sidePanel} top-0`}>
|
||||
<SidePanel
|
||||
@@ -949,7 +946,7 @@ export default function Automations() {
|
||||
</div>
|
||||
<div className={`${styles.pageLayout} w-full`}>
|
||||
<div className='py-4 sm:flex sm:justify-between grid gap-1'>
|
||||
<h1 className="text-3xl">Automations</h1>
|
||||
<h1 className="text-3xl pt-4">Automations</h1>
|
||||
<div className='flex flex-wrap gap-2 items-center md:justify-start justify-end'>
|
||||
{
|
||||
authenticatedData ? (
|
||||
|
||||
Reference in New Issue
Block a user