fix(ui): Components have no padding on their own. All spacing/gaps need to be added by container
This commit is contained in:
parent
ae00d58da8
commit
f39b3353a3
|
@ -1,6 +1,6 @@
|
||||||
.funkwhale {
|
.funkwhale {
|
||||||
&.activity {
|
&.activity {
|
||||||
padding: 12px 6px;
|
padding: 12px 0;
|
||||||
|
|
||||||
@include light-theme {
|
@include light-theme {
|
||||||
color: var(--fw-gray-500);
|
color: var(--fw-gray-500);
|
||||||
|
|
Loading…
Reference in New Issue