Merge pull request 'main' (#23) from main into production
Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
@@ -96,7 +96,7 @@ export function AppShell() {
|
|||||||
)}
|
)}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main style={{ maxWidth: 1400, margin: '0 auto', padding: '2rem' }}>
|
<main style={{ padding: '1rem 1rem 0 1rem' }}>
|
||||||
<Outlet />
|
<Outlet />
|
||||||
</main>
|
</main>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export function AuditPage() {
|
|||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
height: "calc(100vh - 80px)",
|
height: "calc(100vh - 64px)",
|
||||||
paddingBottom: 28,
|
paddingBottom: 28,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ export function ItemsPage() {
|
|||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
height: "calc(100vh - 80px)",
|
height: "calc(100vh - 64px)",
|
||||||
paddingBottom: 28,
|
paddingBottom: 28,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user