Skip to content

Commit 9bc0d88

Browse files
authored
fix: AppMainMenu: use compact layout if screen is narrow (#1949)
1 parent 5c58d5a commit 9bc0d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/header/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default defineComponent({
104104

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

110110
<template v-if="currentInspectorRoute">

0 commit comments

Comments
 (0)