mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: nav menu should be narrow on tablet
This commit is contained in:
@@ -167,7 +167,7 @@ function DesktopAppContents({
|
||||
toggleNavigationContainer={(state) => {
|
||||
setShow(state || !show);
|
||||
}}
|
||||
isTablet={isNarrow}
|
||||
isTablet={isTablet || isNarrow}
|
||||
/>
|
||||
</Allotment.Pane>
|
||||
<Allotment.Pane
|
||||
|
||||
Reference in New Issue
Block a user