some asthetics

This commit is contained in:
Chris Cochrun 2024-12-07 14:48:19 -06:00
parent 039d1043a3
commit 9eb5bec320
2 changed files with 68 additions and 29 deletions

View file

@ -543,7 +543,7 @@ impl cosmic::Application for App {
)
.clip(true)
.width(Length::Fill)
.center_y(120)
.center_y(130)
];
let element: Element<Message> = column.into();