Skip to content

Commit 7142f34

Browse files
committed
fix: make the sidebar close button visible under the lg breakpoint
1 parent 7472f9a commit 7142f34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/components/AppSidebar.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<CSidebar
3-
class="sidebar-dark border-end"
3+
class="border-end"
4+
colorScheme="dark"
45
position="fixed"
56
:unfoldable="sidebarUnfoldable"
67
:visible="sidebarVisible"
@@ -25,6 +26,7 @@
2526
:height="32"
2627
/>
2728
</CSidebarBrand>
29+
<CCloseButton class="d-lg-none" dark @click="$store.commit('toggleSidebar')" />
2830
</CSidebarHeader>
2931
<AppSidebarNav />
3032
<CSidebarFooter class="border-top">

0 commit comments

Comments
 (0)