From a61825b1c7e31309cf926264093acf55d0be485d Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Wed, 17 Dec 2025 20:55:51 +0300 Subject: [PATCH 1/5] fix safe area --- widget/css/widget.app.css | 22 +++++++++++++--------- widget/index.html | 7 ------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/widget/css/widget.app.css b/widget/css/widget.app.css index 0ec1e24..3e7d294 100644 --- a/widget/css/widget.app.css +++ b/widget/css/widget.app.css @@ -2,6 +2,17 @@ body { -webkit-overflow-scrolling: auto !important; } +html { + padding-top: var(--bf-safe-area-inset-top); + padding-bottom: var(--bf-safe-area-inset-bottom); + +} +.slide { + position: relative !important; + height: calc(100vh - (var(--bf-safe-area-inset-bottom) + var(--bf-safe-area-inset-top))) !important; + overflow: scroll; + +} /* Global Styles ////////////////////////////////////////////////////////////////////////////// */ html{ font-size: 16px !important; @@ -335,13 +346,8 @@ p:empty{ .list-items .list-item{ position:relative; } -html[safe-area="true"] .list-items { - padding-bottom: env(safe-area-inset-bottom); - padding-bottom: constant(safe-area-inset-bottom); -} /* End Plugin CSS */ - /* * Carousel container styling */ @@ -440,9 +446,7 @@ ol li{ .text-white{ color: white !important; } -.infinite-scroll-parent { - padding-bottom: 2.5rem; -} + .search-box { display: block; width: 100%; @@ -499,4 +503,4 @@ ol li{ .user-phone-and-email { margin: 0 !important; -} \ No newline at end of file +} diff --git a/widget/index.html b/widget/index.html index 5a20a34..4541bc3 100644 --- a/widget/index.html +++ b/widget/index.html @@ -64,12 +64,5 @@

Please try a different search query.

- From ac8a203fdd77deee72913a8aa606b8801e956a26 Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Mon, 22 Dec 2025 19:00:39 +0300 Subject: [PATCH 2/5] fix safe area --- widget/css/widget.app.css | 10 ++-------- widget/index.html | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/widget/css/widget.app.css b/widget/css/widget.app.css index 3e7d294..30bff87 100644 --- a/widget/css/widget.app.css +++ b/widget/css/widget.app.css @@ -2,17 +2,11 @@ body { -webkit-overflow-scrolling: auto !important; } -html { - padding-top: var(--bf-safe-area-inset-top); - padding-bottom: var(--bf-safe-area-inset-bottom); +.infinite-scroll-parent { + padding-top: var(--bf-safe-area-inset-top) !important; } -.slide { - position: relative !important; - height: calc(100vh - (var(--bf-safe-area-inset-bottom) + var(--bf-safe-area-inset-top))) !important; - overflow: scroll; -} /* Global Styles ////////////////////////////////////////////////////////////////////////////// */ html{ font-size: 16px !important; diff --git a/widget/index.html b/widget/index.html index 4541bc3..ca66f11 100644 --- a/widget/index.html +++ b/widget/index.html @@ -34,7 +34,7 @@ - +
From cd8b5abd13371a34e30bbe27046150b32f283c5a Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Mon, 22 Dec 2025 20:05:54 +0300 Subject: [PATCH 3/5] revert overflow change --- widget/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/index.html b/widget/index.html index ca66f11..4541bc3 100644 --- a/widget/index.html +++ b/widget/index.html @@ -34,7 +34,7 @@ - +
From d0892ddcf4a3cb54c2cdd665b64dfed76ca391a5 Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Tue, 20 Jan 2026 15:20:31 +0300 Subject: [PATCH 4/5] update safe area --- widget/css/widget.app.css | 10 ++++++---- widget/index.html | 7 +++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/widget/css/widget.app.css b/widget/css/widget.app.css index 30bff87..d7cca20 100644 --- a/widget/css/widget.app.css +++ b/widget/css/widget.app.css @@ -3,10 +3,6 @@ body { -webkit-overflow-scrolling: auto !important; } -.infinite-scroll-parent { - padding-top: var(--bf-safe-area-inset-top) !important; -} - /* Global Styles ////////////////////////////////////////////////////////////////////////////// */ html{ font-size: 16px !important; @@ -340,6 +336,9 @@ p:empty{ .list-items .list-item{ position:relative; } +html[safe-area="true"] .list-items { + padding-bottom: var(--bf-safe-area-inset-bottom); +} /* End Plugin CSS */ /* @@ -440,6 +439,9 @@ ol li{ .text-white{ color: white !important; } +.infinite-scroll-parent { + padding-bottom: 2.5rem; +} .search-box { display: block; diff --git a/widget/index.html b/widget/index.html index 4541bc3..5a20a34 100644 --- a/widget/index.html +++ b/widget/index.html @@ -64,5 +64,12 @@

Please try a different search query.

+ From 48e286b0d5bc1eb79ad1871082766db84459a896 Mon Sep 17 00:00:00 2001 From: AliAlaqrabawi3 <167025219+AliAlaqrabawi3@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:26:17 +0300 Subject: [PATCH 5/5] Update plugin.json --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index 89d2e2e..c233724 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ ,"pluginName":"People" ,"pluginDescription":"Simplify communication with our People plugin, a centralized directory for managing contacts, fostering connections, and enhancing collaboration within your app." ,"supportEmail":"support@buildfire.com" - ,"supportSite":"http://learn.appdocumentation.com/plugin-tutorials/people-plugin-tutorial/" + ,"supportSite":"https://help.appdocumentation.com/how-to-use-the-people-plugin" ,"pluginIcon":"icon.png" ,"offlineModeEnabled": true ,"control":{