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.
1 parent 9d9ea00 commit c32b9aaCopy full SHA for c32b9aa
1 file changed
src/components/config-drawer.tsx
@@ -213,7 +213,7 @@ function ThemeConfig() {
213
function SidebarConfig() {
214
const { defaultVariant, variant, setVariant } = useLayout()
215
return (
216
- <div>
+ <div className='max-md:hidden'>
217
<SectionTitle
218
title='Sidebar'
219
showReset={defaultVariant !== variant}
@@ -260,7 +260,7 @@ function LayoutConfig() {
260
const radioState = open ? 'default' : collapsible
261
262
263
264
265
title='Layout'
266
showReset={radioState !== 'default'}
0 commit comments