mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Adjust spacing when side panel is opened
This commit is contained in:
committed by
Debanjum Singh Solanky
parent
07b3bdf181
commit
1bb746aaed
@@ -696,7 +696,7 @@ export default function SidePanel(props: SidePanelProps) {
|
|||||||
</DrawerContent>
|
</DrawerContent>
|
||||||
</Drawer>
|
</Drawer>
|
||||||
:
|
:
|
||||||
<div className={`flex justify-between flex-row`}>
|
<div className={`flex justify-between flex-row ${enabled ? 'w-full' : 'w-fit'}`}>
|
||||||
<Link href='/' className="content-center">
|
<Link href='/' className="content-center">
|
||||||
<KhojLogoType />
|
<KhojLogoType />
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user