From f7553e1eb96c9a81f89d169b582f79d8792f9a7c Mon Sep 17 00:00:00 2001 From: mortezaei Date: Sun, 17 May 2026 13:21:24 +0330 Subject: [PATCH] feat: update padding management in various components for improved layout consistency --- src/app/candidate-contact/page.tsx | 5 ++++- src/app/globals.css | 2 -- src/app/new-match/profile/page.tsx | 5 ++++- src/components/sliders/slider-page.tsx | 5 ++++- src/components/ui/sticky-header.tsx | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/candidate-contact/page.tsx b/src/app/candidate-contact/page.tsx index 3264e11..79cd398 100644 --- a/src/app/candidate-contact/page.tsx +++ b/src/app/candidate-contact/page.tsx @@ -50,7 +50,10 @@ export default function CandidateContactPage() { -
+
diff --git a/src/app/globals.css b/src/app/globals.css index 042edb2..96f73c3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -54,8 +54,6 @@ html:lang(ar) body, width: 100%; min-height: 100vh; padding-inline: 17px; - padding-top: var(--safe-top); - padding-bottom: var(--safe-bottom); box-sizing: border-box; background-color: var(--background); background-image: var(--default-page-background-image); diff --git a/src/app/new-match/profile/page.tsx b/src/app/new-match/profile/page.tsx index 42ecf6c..75a98fd 100644 --- a/src/app/new-match/profile/page.tsx +++ b/src/app/new-match/profile/page.tsx @@ -324,7 +324,10 @@ export default function NewMatchProfilePage() {
-
+