fix: make the sidebar close button visible under the lg breakpoint

This commit is contained in:
mrholek
2023-11-13 20:17:13 +01:00
parent 7472f9a634
commit 7142f3498b
+3 -1
View File
@@ -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">