mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-05 05:39:11 +00:00
Use new nav menu alignment in the settings page
This commit is contained in:
committed by
Debanjum Singh Solanky
parent
b1d3979ed9
commit
9c5ff1699a
@@ -643,7 +643,7 @@ export default function SettingsView() {
|
||||
if (!userConfig) return <Loading />;
|
||||
|
||||
return (
|
||||
<div id="page" className={styles.page}>
|
||||
<div className={styles.page}>
|
||||
<title>
|
||||
{title}
|
||||
</title>
|
||||
@@ -655,7 +655,7 @@ export default function SettingsView() {
|
||||
/>
|
||||
</div>
|
||||
<div className={styles.content}>
|
||||
<div className={styles.contentBody}>
|
||||
<div className={`${styles.contentBody} mx-10 my-2`}>
|
||||
<Suspense fallback={<Loading />}>
|
||||
<div id="content" className="grid grid-flow-column sm:grid-flow-row gap-16 m-8">
|
||||
<div className="section grid gap-8">
|
||||
|
||||
Reference in New Issue
Block a user