Skip to content

Commit

Permalink
LeftPane should be full width when empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds-signal committed Feb 29, 2024
1 parent 08eb4fc commit 42a0e78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ts/components/LeftPane.tsx
Expand Up @@ -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={
Expand Down

0 comments on commit 42a0e78

Please sign in to comment.