We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6ca3b commit 6739123Copy full SHA for 6739123
src/runtime/components/app/AppNavigationOverflow.vue
@@ -18,7 +18,10 @@ const nuxtifyConfig = useNuxtifyConfig()
18
/>
19
</template>
20
21
- <v-card class="mt-2">
+ <v-card
22
+ class="mt-2"
23
+ style="max-width: 250px;"
24
+ >
25
<!-- Minor Navigation -->
26
<v-list
27
nav
@@ -49,7 +52,7 @@ const nuxtifyConfig = useNuxtifyConfig()
49
52
</v-list>
50
53
51
54
<!-- Credits -->
- <AppCredits class="px-4 pb-4" />
55
+ <AppCredits class="text-medium-emphasis px-4 pb-4" />
56
</v-card>
57
</v-menu>
58
</div>
0 commit comments