Skip to content

Commit 344855d

Browse files
committed
docs: fix mobile menu styling
1 parent ddff156 commit 344855d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/components/AppHeader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const logoContextMenuItems = [
107107
</template>
108108

109109
<template #body>
110-
<UContentNavigation :navigation="navLinks" highlight type="single" :default-open="$route.path.startsWith('/docs')" :ui="{ itemWithChildren: 'ps-1.5' }" />
110+
<UContentNavigation :navigation="navLinks" highlight type="single" :default-open="$route.path.startsWith('/docs')" />
111111

112112
<div class="flex flex-col gap-y-2 mt-4">
113113
<USeparator class="mb-4" />

0 commit comments

Comments
 (0)