fix: make the sidebar close button visible under the lg breakpoint
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<CSidebar
|
<CSidebar
|
||||||
class="sidebar-dark border-end"
|
class="border-end"
|
||||||
|
colorScheme="dark"
|
||||||
position="fixed"
|
position="fixed"
|
||||||
:unfoldable="sidebarUnfoldable"
|
:unfoldable="sidebarUnfoldable"
|
||||||
:visible="sidebarVisible"
|
:visible="sidebarVisible"
|
||||||
@@ -25,6 +26,7 @@
|
|||||||
:height="32"
|
:height="32"
|
||||||
/>
|
/>
|
||||||
</CSidebarBrand>
|
</CSidebarBrand>
|
||||||
|
<CCloseButton class="d-lg-none" dark @click="$store.commit('toggleSidebar')" />
|
||||||
</CSidebarHeader>
|
</CSidebarHeader>
|
||||||
<AppSidebarNav />
|
<AppSidebarNav />
|
||||||
<CSidebarFooter class="border-top">
|
<CSidebarFooter class="border-top">
|
||||||
|
|||||||
Reference in New Issue
Block a user