mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Improve mobile header, reduce title bar padding and add conv title
This commit is contained in:
@@ -52,7 +52,7 @@ div.settingsMenuOptions {
|
||||
grid-auto-flow: row;
|
||||
position: absolute;
|
||||
background-color: var(--background-color);
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
||||
top: 64px;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
@@ -69,6 +69,6 @@ div.settingsMenuOptions {
|
||||
}
|
||||
|
||||
div.titleBar {
|
||||
padding: 8px;
|
||||
padding: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -965,7 +965,7 @@ export default function SidePanel(props: SidePanelProps) {
|
||||
}}
|
||||
>
|
||||
<DrawerTrigger>
|
||||
<Sidebar className="h-8 w-8 mx-2" weight="thin" />
|
||||
<Sidebar className="h-6 w-6 mx-2" weight="thin" />
|
||||
</DrawerTrigger>
|
||||
<DrawerContent>
|
||||
<DrawerHeader>
|
||||
@@ -1037,7 +1037,7 @@ export default function SidePanel(props: SidePanelProps) {
|
||||
</div>
|
||||
)}
|
||||
{props.isMobileWidth && (
|
||||
<Link href="/" className="content-center">
|
||||
<Link href="/" className="content-center h-fit self-center">
|
||||
<KhojLogoType />
|
||||
</Link>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user