From 478ebfce64cf0d016a9b397db0a53c15a97b9eae Mon Sep 17 00:00:00 2001 From: pr Date: Thu, 28 Sep 2023 18:17:54 -0400 Subject: [PATCH] settings pages: consistent padding on every side (#1399) * settings pages: consistent padding on every side * reduce padding to 12 --- interface/app/$libraryId/settings/OverviewLayout.tsx | 2 +- interface/app/$libraryId/settings/library/general.tsx | 2 +- interface/app/$libraryId/settings/resources/about.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/app/$libraryId/settings/OverviewLayout.tsx b/interface/app/$libraryId/settings/OverviewLayout.tsx index 0f6d821dd..f014f19ca 100644 --- a/interface/app/$libraryId/settings/OverviewLayout.tsx +++ b/interface/app/$libraryId/settings/OverviewLayout.tsx @@ -4,7 +4,7 @@ export const Component = () => (
-
+
); diff --git a/interface/app/$libraryId/settings/library/general.tsx b/interface/app/$libraryId/settings/library/general.tsx index ae2e29ece..df3ccf1e6 100644 --- a/interface/app/$libraryId/settings/library/general.tsx +++ b/interface/app/$libraryId/settings/library/general.tsx @@ -42,7 +42,7 @@ export const Component = () => { return (
-
+
{

-
+

We also would like to thank all our contributors