Skip to content

Commit

Permalink
fix: add fixed width to mobile aside (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky authored Jun 28, 2021
1 parent dbfb529 commit 998a768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultTheme/components/organisms/app/AppAside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- Mobile aside -->
<Transition name="slide-from-left-to-left">
<AsideNavigation v-show="$menu.visible.value" class="d-border border-r" />
<AsideNavigation v-show="$menu.visible.value" class="d-border border-r !w-base" />
</Transition>
</div>
</aside>
Expand Down
1 change: 1 addition & 0 deletions src/defaultTheme/windi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default defineConfig({
}
},
spacing: {
base: '320px',
header: 'var(--header-height)',
18: '4.5rem',
46: '11.5rem',
Expand Down

1 comment on commit 998a768

@vercel
Copy link

@vercel vercel bot commented on 998a768 Jun 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.