fix(desktop): don't shift sections on macOS if window is small (#1235)
This commit is contained in:
@@ -52,6 +52,7 @@ const Navigation: FunctionComponent<Props> = ({ application }) => {
|
||||
<SearchBar
|
||||
itemListController={viewControllerManager.itemListController}
|
||||
searchOptionsController={viewControllerManager.searchOptionsController}
|
||||
selectedViewTitle={viewControllerManager.navigationController.selected?.title}
|
||||
/>
|
||||
<div className="section-title-bar">
|
||||
<div className="section-title-bar-header">
|
||||
|
||||
Reference in New Issue
Block a user