Titles on unimplemented pages, fix nav bar padding

This commit is contained in:
Jeremy Soller 2022-12-21 10:04:56 -07:00
parent ba866da4a6
commit fbda6a4f07
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
2 changed files with 10 additions and 5 deletions

View file

@ -20,7 +20,8 @@ pub mod nav_bar {
.vertical_alignment($crate::iced::alignment::Vertical::Center),
$crate::iced::widget::horizontal_space($crate::iced::Length::Fill),
)
.padding([4, 16])
// Adjusted down due to border radius?
.padding([5, 11])
.spacing(8)
)
.style(if $active {