Adjust padding for nav bar and content

This commit is contained in:
Jeremy Soller 2022-12-21 08:22:52 -07:00
parent c46207a993
commit dd13b8300c
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 6 additions and 3 deletions

View file

@ -463,7 +463,7 @@ impl Application for Window {
);
container(row(widgets))
.padding([16, 16])
.padding([0, 8, 8, 8])
.width(Length::Fill)
.height(Length::Fill)
.into()