Skip to content

Commit

Permalink
fix: AppMainMenu: use compact layout if screen is narrow (#1949)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaevN committed Sep 24, 2022
1 parent 5c58d5a commit 9bc0d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-frontend/src/features/header/AppHeader.vue
Expand Up @@ -104,7 +104,7 @@ export default defineComponent({

<AppMainMenu
:last-inspector-route="lastInspectorRoute"
:label-shown="!showAppsSelector"
:label-shown="!showAppsSelector && inspectorRoutes.length * 200 < $responsive.width - 420"
/>

<template v-if="currentInspectorRoute">
Expand Down

0 comments on commit 9bc0d88

Please sign in to comment.