mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
LeftPane should be full width when empty
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user