diff --git a/src/index.css b/src/index.css index 95c089e..fcaf1f8 100644 --- a/src/index.css +++ b/src/index.css @@ -118,9 +118,11 @@ body { .sheet-handle { width: 36px; height: 4px; - background: #2e2e2e; + background: #444; border-radius: 2px; - margin: 10px auto 0; + margin: 0 auto; + padding: 16px 0; + background-clip: content-box; } @keyframes slideUp { from { transform: translateY(100%); } diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx index 6af36be..ff9095f 100644 --- a/src/pages/HomePage.jsx +++ b/src/pages/HomePage.jsx @@ -219,8 +219,23 @@ function HomePage() { {isMobile && expandedCard && ( <>