From b6a7a62af660dd9b246c1cd9e1a6e556627dbbbc Mon Sep 17 00:00:00 2001 From: corgifist Date: Fri, 25 Jul 2025 20:24:58 +0300 Subject: [PATCH] fixing safe zone paddings (attempt 3) --- src/app/page.tsx | 86 ++++++++++++++++++++++---------------------- src/app/pwa-head.tsx | 2 +- 2 files changed, 43 insertions(+), 45 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 505daf0..170f7bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -251,51 +251,49 @@ export default function Home(): ReactNode { return (
-
-
- -

Project Library

- {projects && } +
+ +

Project Library

+ {projects && } +
+
+
+ + + + + + + + Create New Project + + + Fill in the information about your project. You can change it at any time later. + + +
+ + + + + + + + + + + + +
+
-
-
- - - - - - - - Create New Project - - - Fill in the information about your project. You can change it at any time later. - - -
- - - - - - - - - - - - -
-
-
-
- - {!isMobile && "Select Projects"} - - setSearch(e.target.value)} /> -
+
+ + {!isMobile && "Select Projects"} + + setSearch(e.target.value)} />
diff --git a/src/app/pwa-head.tsx b/src/app/pwa-head.tsx index 55270f5..73e7a70 100644 --- a/src/app/pwa-head.tsx +++ b/src/app/pwa-head.tsx @@ -2,7 +2,7 @@ const PWAHead = () => ( <> - +