Skip to content

Commit e52a77f

Browse files
committed
Fix: fixed layout issue
1 parent cb741c5 commit e52a77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ads/bottom.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const BottomAd = () => {
5252
boxShadow: "0 -2px 8px rgba(0,0,0,0.1)",
5353
zIndex: 9999,
5454
transition: "height 0.3s ease",
55-
height: minimized ? "36px" : "120px",
55+
height: minimized ? "36px" : "100px",
5656
overflow: "hidden",
5757
textAlign: "center",
5858
padding: minimized ? "0" : "4px 0",

0 commit comments

Comments
 (0)