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 2dafd00 commit 62f1b10Copy full SHA for 62f1b10
layouts/dashboard.vue
@@ -152,7 +152,7 @@ export default defineComponent({
152
</CoreLink>
153
</div>
154
</section>
155
- <CoreDivider :vertical="true" />
+ <CoreDivider v-if="!mobile" :vertical="true" />
156
<section class="flex flex-col flex-grow flex-shrink min-h-0 min-w-0">
157
<nav class="flex items-center justify-between py-2 bg-gray-100 dark:bg-darkest h-14">
158
<CoreLink v-if="mobile" :to="{ path: '/docs/new' }" class="flex items-center justify-center p-2 h-14">
0 commit comments