LeftPane should be full width when empty
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
aaf078bfce
commit
eeef1a3e51
1 changed files with 1 additions and 4 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue