Skip to content

Commit 6cb34cf

Browse files
committed
fix: make the sidebar close button visible under the lg breakpoint
1 parent 1328195 commit 6cb34cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppSidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const AppSidebar = () => {
4545
<CIcon customClassName="sidebar-brand-narrow" icon={sygnet} height={32} />
4646
</CSidebarBrand>
4747
<CCloseButton
48-
className="d-md-none"
48+
className="d-lg-none"
4949
dark
5050
onClick={() => dispatch({ type: 'set', sidebarShow: false })}
5151
/>

0 commit comments

Comments
 (0)