mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 13:26:00 -04:00
settings pages: consistent padding on every side (#1399)
* settings pages: consistent padding on every side * reduce padding to 12
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user