mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Adjust spacing when side panel is opened
This commit is contained in:
parent
07b3bdf181
commit
1bb746aaed
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue