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 8f0b979 commit 3fbd6f0Copy full SHA for 3fbd6f0
packages/gitbook/src/components/Footer/Footer.tsx
@@ -29,7 +29,7 @@ export function Footer(props: { context: GitBookSiteContext }) {
29
className={tcls(
30
'border-tint-subtle border-t',
31
// If the footer only contains a mode toggle, we only show it on smaller screens
32
- mobileOnly ? '@7xl:hidden' : null
+ mobileOnly ? 'xl:hidden' : null
33
)}
34
>
35
<div className="motion-safe:transition-[padding] motion-safe:duration-300 lg:chat-open:pr-80 xl:chat-open:pr-96">
0 commit comments