From 5f1120c718877071d736741f7e1fd3f7b65593a2 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 30 Oct 2025 21:55:21 +0100 Subject: [PATCH] Fix --- web/styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/globals.css b/web/styles/globals.css index 1fa5f312..fb563018 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -451,13 +451,13 @@ ol > li::marker { } .app-content { - padding-top: calc(env(safe-area-inset-top) + 20px); + padding-top: calc(env(safe-area-inset-top) + 0px); /*padding-bottom: env(safe-area-inset-bottom);*/ box-sizing: border-box; /* ensure padding doesn’t break layout */ } .safe-bottom { /*bottom: env(safe-area-inset-bottom);*/ - bottom: calc(env(safe-area-inset-bottom) + 10px); + bottom: calc(env(safe-area-inset-bottom) + 0px); }