From f53401e3fff09066c84adda794827c628137c358 Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Wed, 28 Jan 2026 15:59:15 +0300 Subject: [PATCH] fix safe area --- widget/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/widget/style.css b/widget/style.css index e552cb6..6679794 100644 --- a/widget/style.css +++ b/widget/style.css @@ -1,3 +1,7 @@ +body { + padding-top: var(--bf-safe-area-inset-top) !important; +} + #lng , #lat { color: var(--bf-theme-body-text); font-family: var(--bf-font-family);