From e0797d7675cade7e5a1de75ee1025eed52fd8a65 Mon Sep 17 00:00:00 2001 From: Stas Darevskiy Date: Sun, 9 Mar 2025 09:32:59 -0600 Subject: [PATCH] feat: safe area styling for ios pwa (#3693) --- assets/main.css | 9 +++++++++ public/index.html | 2 ++ 2 files changed, 11 insertions(+) diff --git a/assets/main.css b/assets/main.css index 1629e7d8..714eea5f 100644 --- a/assets/main.css +++ b/assets/main.css @@ -126,3 +126,12 @@ } } } + +nav { + padding-top: env(safe-area-inset-top); +} + +body { + padding-top: env(safe-area-inset-top); + padding-bottom: env(safe-area-inset-bottom); +} diff --git a/public/index.html b/public/index.html index 4fb59a00..572f601a 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,8 @@ + + Dozzle