From 77181409a659850e93911ca28862e3c6eec48489 Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Sun, 14 Dec 2025 15:40:45 +0300 Subject: [PATCH 1/2] fix safe area --- widget/assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/widget/assets/css/style.css b/widget/assets/css/style.css index 04868cc..3c4c504 100644 --- a/widget/assets/css/style.css +++ b/widget/assets/css/style.css @@ -1,3 +1,8 @@ +html { + padding-top: var(--bf-safe-area-inset-top); + padding-bottom: var(--bf-safe-area-inset-bottom); + +} /* Launcher Plugin */ .launcher-plugin .owl-carousel .owl-controls .owl-dots{ bottom:2px; From 106b7b1a170df3535cf07bff6a09b5190e9787b1 Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Sun, 4 Jan 2026 20:57:09 +0300 Subject: [PATCH 2/2] fix safe area --- widget/assets/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/widget/assets/css/style.css b/widget/assets/css/style.css index 3c4c504..9dc311d 100644 --- a/widget/assets/css/style.css +++ b/widget/assets/css/style.css @@ -1,7 +1,5 @@ -html { +body { padding-top: var(--bf-safe-area-inset-top); - padding-bottom: var(--bf-safe-area-inset-bottom); - } /* Launcher Plugin */ .launcher-plugin .owl-carousel .owl-controls .owl-dots{ @@ -76,6 +74,9 @@ html { .launcher-plugin.layout7 .menu-links .menu-link{ position:relative; } +.launcher-plugin.layout7 .menu-links{ + padding-bottom: var(--bf-safe-area-inset-bottom); +} .launcher-plugin.layout7 .menu-links .menu-link:before{ content:''; border-top:1px solid #ddd !important;