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 cb741c5 commit e52a77fCopy full SHA for e52a77f
app/components/ads/bottom.jsx
@@ -52,7 +52,7 @@ const BottomAd = () => {
52
boxShadow: "0 -2px 8px rgba(0,0,0,0.1)",
53
zIndex: 9999,
54
transition: "height 0.3s ease",
55
- height: minimized ? "36px" : "120px",
+ height: minimized ? "36px" : "100px",
56
overflow: "hidden",
57
textAlign: "center",
58
padding: minimized ? "0" : "4px 0",
0 commit comments