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 28f03fa commit 06b1bbbCopy full SHA for 06b1bbb
docs/src/modules/components/AppFrame.tsx
@@ -213,7 +213,7 @@ export default function AppFrame(props: AppFrameProps) {
213
>
214
<SvgHamburgerMenu />
215
</NavIconButton>
216
- <Box sx={{ display: { md: 'flex', lg: 'none' } }}>
+ <Box sx={{ display: { xs: 'flex', md: 'flex', lg: 'none' } }}>
217
<LogoWithCopyMenu
218
logo={productIdentifier.logo}
219
logoSvgString={productIdentifier.logoSvg}
0 commit comments