We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5b100a + e52a77f commit c746344Copy full SHA for c746344
1 file changed
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