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
d3c07a098d
commit
0d8cdee60a
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ export default function SidePanel(props: SidePanelProps) {
|
|||
</DrawerContent>
|
||||
</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">
|
||||
<KhojLogoType />
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue