web: nav menu should be narrow on tablet

This commit is contained in:
Abdullah Atta
2023-07-05 15:46:47 +05:00
parent e212a080c2
commit 04cd135295

View File

@@ -167,7 +167,7 @@ function DesktopAppContents({
toggleNavigationContainer={(state) => {
setShow(state || !show);
}}
isTablet={isNarrow}
isTablet={isTablet || isNarrow}
/>
</Allotment.Pane>
<Allotment.Pane