fix(app): adjust default nav bar width

This commit is contained in:
Jeremy Soller 2024-03-01 09:09:45 -07:00
parent 041ca44132
commit 4c738572f5
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -456,7 +456,7 @@ where
}); });
if !self.core().is_condensed() { if !self.core().is_condensed() {
nav = nav.max_width(300); nav = nav.max_width(280);
} }
Some(Element::from( Some(Element::from(