mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Fix spacing of main content in the settings page
This commit is contained in:
@@ -515,7 +515,7 @@ export default function SettingsView() {
|
|||||||
const title = "Settings";
|
const title = "Settings";
|
||||||
|
|
||||||
const cardClassName =
|
const cardClassName =
|
||||||
"w-full lg:w-1/3 grid grid-flow-column border border-gray-300 shadow-md rounded-lg border dark:border-none dark:bg-muted border-opacity-50";
|
"w-full lg:w-5/12 grid grid-flow-column border border-gray-300 shadow-md rounded-lg border dark:border-none dark:bg-muted border-opacity-50";
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setUserConfig(initialUserConfig);
|
setUserConfig(initialUserConfig);
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ div.page {
|
|||||||
div.contentBody {
|
div.contentBody {
|
||||||
display: grid;
|
display: grid;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-left: 20vw;
|
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.phoneInput {
|
div.phoneInput {
|
||||||
|
|||||||
Reference in New Issue
Block a user