settings pages: consistent padding on every side (#1399)

* settings pages: consistent padding on every side

* reduce padding to 12
This commit is contained in:
pr
2023-09-28 18:17:54 -04:00
committed by GitHub
parent cb320f2d04
commit 478ebfce64
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ export const Component = () => (
<div className="custom-scroll page-scroll relative flex h-full max-h-screen w-full grow-0 pt-8">
<div className="flex w-full max-w-4xl flex-col space-y-6 px-12 pb-5 pt-2">
<Outlet />
<div className="block h-20" />
<div className="block h-12 shrink-0" />
</div>
</div>
);

View File

@@ -42,7 +42,7 @@ export const Component = () => {
return (
<Form form={form}>
<div className="flex w-full max-w-4xl flex-col space-y-6 px-12 pb-5 pt-2">
<div className="flex w-full max-w-4xl flex-col space-y-6 pb-5">
<Heading
title="Library Settings"
description="General settings related to the currently active library."

View File

@@ -81,7 +81,7 @@ export const Component = () => {
</p>
</div>
<Divider />
<div className="mb-20">
<div>
<h1 className="my-5 text-lg font-bold text-ink">
We also would like to thank all our contributors
</h1>