update libcosmic

Also fixes the padding of some things to better match designs.
This commit is contained in:
Vukašin Vojinović 2024-08-15 03:15:33 +02:00 committed by Michael Murphy
parent 8973374a80
commit e61de72c9c
4 changed files with 26 additions and 24 deletions

View file

@ -387,6 +387,7 @@ impl cosmic::Application for Notifications {
)
.width(Length::Fill)
.align_x(Horizontal::Center)]
.padding([8, 0])
.spacing(12)
} else {
let mut notifs: Vec<Element<_>> = Vec::with_capacity(self.cards.len());