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 c494850 commit 11a3903Copy full SHA for 11a3903
themes/docs/src/ui/components/navbar.vue
@@ -1,7 +1,7 @@
1
<template>
2
<!-- <nav> -->
3
<Disclosure as="nav" class="w-full shadow-sm bg-[var(--mdninja-background)]" v-slot="{ open }">
4
- <div class="mx-auto max-w-7xl px-2 xs:px-4 sm:px-8">
+ <div :class="[!hasSidebar && 'max-w-7xl', 'mx-autopx-2 xs:px-4 sm:px-8']">
5
<div class="flex h-16 justify-between w-full">
6
<div class="flex">
7
<div v-if="hasSidebar && website.navigation.secondary.length > 0"class="flex items-center md:hidden">
0 commit comments