fix(applets): remove scrollable and extra padding

This commit is contained in:
Ashley Wulber 2024-05-10 18:06:38 -04:00
parent b92b45d269
commit 1db58f56cc
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -311,9 +311,8 @@ impl Page {
.on_paste(move |s| msg_map(Message::Search(s)))
.width(Length::Fixed(312.0))
.into(),
scrollable(list_column).into(),
list_column.into(),
])
.padding([0, 64, 32, 64])
.align_items(Alignment::Center)
.spacing(8.0)
.into()