fix(ui): Components have no padding on their own. All spacing/gaps need to be added by container

This commit is contained in:
upsiflu 2025-01-06 20:30:28 +01:00
parent ae00d58da8
commit f39b3353a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.funkwhale {
&.activity {
padding: 12px 6px;
padding: 12px 0;
@include light-theme {
color: var(--fw-gray-500);