diff --git a/frontend/app/globals.css b/frontend/app/globals.css index 06f494c..bb8d641 100644 --- a/frontend/app/globals.css +++ b/frontend/app/globals.css @@ -257,13 +257,14 @@ button.small { .list.compact { gap: 0.5rem; + padding-bottom: 0.5rem; } .list-item { background: rgba(15, 23, 42, 0.6); border: 1px solid rgba(148, 163, 184, 0.2); border-radius: 12px; - padding: 1rem; + padding: 0 1rem 1rem 1rem; display: grid; gap: 0.5rem; } @@ -294,6 +295,7 @@ button.small { justify-content: space-between; align-items: center; gap: 0.5rem; + padding-top: 0.5rem; flex-wrap: wrap; } @@ -306,6 +308,7 @@ button.small { color: #94a3b8; display: flex; gap: 1rem; + padding-bottom: 0.5rem; flex-wrap: wrap; }