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.
lg
1 parent 7472f9a commit 7142f34Copy full SHA for 7142f34
src/components/AppSidebar.vue
@@ -1,6 +1,7 @@
1
<template>
2
<CSidebar
3
- class="sidebar-dark border-end"
+ class="border-end"
4
+ colorScheme="dark"
5
position="fixed"
6
:unfoldable="sidebarUnfoldable"
7
:visible="sidebarVisible"
@@ -25,6 +26,7 @@
25
26
:height="32"
27
/>
28
</CSidebarBrand>
29
+ <CCloseButton class="d-lg-none" dark @click="$store.commit('toggleSidebar')" />
30
</CSidebarHeader>
31
<AppSidebarNav />
32
<CSidebarFooter class="border-top">
0 commit comments