From eeef1a3e51fd1d0a79933fea8fc7a2d907657061 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:27:54 -0600 Subject: [PATCH] LeftPane should be full width when empty Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com> --- ts/components/LeftPane.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ts/components/LeftPane.tsx b/ts/components/LeftPane.tsx index af86e1fb70..5fdb86bf5c 100644 --- a/ts/components/LeftPane.tsx +++ b/ts/components/LeftPane.tsx @@ -644,10 +644,7 @@ export function LeftPane({ navTabsCollapsed={navTabsCollapsed} onToggleNavTabsCollapse={toggleNavTabsCollapse} preferredLeftPaneWidth={preferredWidthFromStorage} - requiresFullWidth={ - modeSpecificProps.mode !== LeftPaneMode.Inbox || - modeSpecificProps.isAboutToSearch - } + requiresFullWidth={helper.requiresFullWidth()} savePreferredLeftPaneWidth={savePreferredLeftPaneWidth} renderToastManager={renderToastManager} actions={