From 4e73d2ac92fd934e886d94c2dd7f87b7514ffa6e Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Mon, 11 May 2026 16:44:26 +0200 Subject: [PATCH] =?UTF-8?q?fix(blocker):=20ProtectionDetailsSheet=20?= =?UTF-8?q?=E2=80=94=20taller=20sheet=20(0.9)=20+=20bigger=20bottom=20padd?= =?UTF-8?q?ing=20so=20the=20bottom=20button=20clears=20the=20nav=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .../components/blocker/ProtectionDetailsSheet.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rebreak-native/components/blocker/ProtectionDetailsSheet.tsx b/apps/rebreak-native/components/blocker/ProtectionDetailsSheet.tsx index 7a10ae0..2202d68 100644 --- a/apps/rebreak-native/components/blocker/ProtectionDetailsSheet.tsx +++ b/apps/rebreak-native/components/blocker/ProtectionDetailsSheet.tsx @@ -39,7 +39,7 @@ type StatsResponse = { }; const SCREEN_HEIGHT = Dimensions.get('window').height; -const DEFAULT_HEIGHT = SCREEN_HEIGHT * 0.85; +const DEFAULT_HEIGHT = SCREEN_HEIGHT * 0.9; const EXPANDED_HEIGHT = SCREEN_HEIGHT * 0.95; const MIN_HEIGHT = SCREEN_HEIGHT * 0.4; const DISMISS_HEIGHT = SCREEN_HEIGHT * 0.3; @@ -212,7 +212,7 @@ export function ProtectionDetailsSheet({ {loadingStats && !stats ? (