From f39b3353a396950735f3c77040dc716930125908 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Mon, 6 Jan 2025 20:30:28 +0100 Subject: [PATCH] fix(ui): Components have no padding on their own. All spacing/gaps need to be added by container --- front/src/components/ui/activity.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/ui/activity.scss b/front/src/components/ui/activity.scss index 36e6b6abb..253d7fe3a 100644 --- a/front/src/components/ui/activity.scss +++ b/front/src/components/ui/activity.scss @@ -1,6 +1,6 @@ .funkwhale { &.activity { - padding: 12px 6px; + padding: 12px 0; @include light-theme { color: var(--fw-gray-500);