diff --git a/app/components/ads/bottom.jsx b/app/components/ads/bottom.jsx index db437e7..abe848f 100755 --- a/app/components/ads/bottom.jsx +++ b/app/components/ads/bottom.jsx @@ -52,7 +52,7 @@ const BottomAd = () => { boxShadow: "0 -2px 8px rgba(0,0,0,0.1)", zIndex: 9999, transition: "height 0.3s ease", - height: minimized ? "36px" : "100px", + height: minimized ? "36px" : "120px", overflow: "hidden", textAlign: "center", padding: minimized ? "0" : "4px 0", @@ -85,13 +85,9 @@ const BottomAd = () => { ) : ( )}