From 9b87308a7b3510e18a8434c6c14bac0476acd6f6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 5 Aug 2026 20:47:59 +0300 Subject: [PATCH] scope feed menu dialog width to web same class as the previous commit, caught in review: width auto + minWidth 450 behind gtMobile sizes-to-content on the android tablet canvas instead of filling the sheet. Co-Authored-By: Claude Fable 5 --- src/screens/CustomFeed/components/CustomFeedHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/CustomFeed/components/CustomFeedHeader.tsx b/src/screens/CustomFeed/components/CustomFeedHeader.tsx index fc9e162015..7356d7fb32 100644 --- a/src/screens/CustomFeed/components/CustomFeedHeader.tsx +++ b/src/screens/CustomFeed/components/CustomFeedHeader.tsx @@ -401,7 +401,7 @@ export function CustomFeedHeader({ + style={[a.w_full, gtMobile && web({width: 'auto', minWidth: 450})]}>