Fix default nav_bar width

This commit is contained in:
Jeremy Soller 2024-03-01 09:10:12 -07:00
parent 95e7da7490
commit cfe15d9a78
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -1331,7 +1331,7 @@ impl Application for App {
.width(Length::Fill);
if !self.core().is_condensed() {
nav = nav.max_width(300);
nav = nav.max_width(280);
}
Some(