From 6f4474078e6254f14e68b61f3cd7bae21d2abf36 Mon Sep 17 00:00:00 2001 From: alialaqrabawi3 Date: Mon, 19 Jan 2026 16:50:03 +0300 Subject: [PATCH] fix safe area --- src/widget/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/widget/style.css b/src/widget/style.css index 166d617..c7c60cc 100644 --- a/src/widget/style.css +++ b/src/widget/style.css @@ -38,6 +38,11 @@ body { margin: 0; + padding-bottom: var(--bf-safe-area-inset-bottom) !important; +} + +html[safe-area="true"] body { + padding-top: calc(20px + var(--bf-safe-area-inset-top)) !important; } #inboxMessages { @@ -116,6 +121,11 @@ body { overflow-y: auto; overflow-x: hidden; } + +html[safe-area="true"] .mdc-list{ + max-height: calc(100vh - 140px - var(--bf-safe-area-inset-bottom)); +} + .red-dot { width: 10px; height: 10px;