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 47633e7 commit b86e85cCopy full SHA for b86e85c
src/components/post/SideAd.tsx
@@ -89,7 +89,7 @@ export default function SideAd() {
89
90
// Set mode based on window height
91
const windowHeight = window.innerHeight;
92
- setMode(windowHeight < 864 ? 'mini' : 'regular');
+ setMode(windowHeight < 852 ? 'mini' : 'regular');
93
}, []);
94
95
useEffect(() => {
0 commit comments