Skip to content

Commit 6739123

Browse files
committed
ui: overflow menu polish
1 parent eb6ca3b commit 6739123

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/runtime/components/app/AppNavigationOverflow.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ const nuxtifyConfig = useNuxtifyConfig()
1818
/>
1919
</template>
2020

21-
<v-card class="mt-2">
21+
<v-card
22+
class="mt-2"
23+
style="max-width: 250px;"
24+
>
2225
<!-- Minor Navigation -->
2326
<v-list
2427
nav
@@ -49,7 +52,7 @@ const nuxtifyConfig = useNuxtifyConfig()
4952
</v-list>
5053

5154
<!-- Credits -->
52-
<AppCredits class="px-4 pb-4" />
55+
<AppCredits class="text-medium-emphasis px-4 pb-4" />
5356
</v-card>
5457
</v-menu>
5558
</div>

0 commit comments

Comments
 (0)