update libcosmic
Also fixes the padding of some things to better match designs.
This commit is contained in:
parent
8973374a80
commit
e61de72c9c
4 changed files with 26 additions and 24 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue