fix(applet list): remove extra padding

This commit is contained in:
Vukašin Vojinović 2024-12-03 23:39:13 +01:00 committed by Ashley Wulber
parent fa60f357ac
commit 3ee44da4b6

View file

@ -466,7 +466,6 @@ pub fn lists<
let cosmic::cosmic_theme::Spacing {
space_xxs,
space_xs,
space_s,
..
} = theme::active().cosmic().spacing;
let page = page.inner();
@ -568,7 +567,6 @@ pub fn lists<
.spacing(space_xxs)
.into(),
])
.padding([0, space_s])
.spacing(space_xs)
.apply(Element::from)
.map(msg_map)