Fix default nav_bar width
This commit is contained in:
parent
95e7da7490
commit
cfe15d9a78
1 changed files with 1 additions and 1 deletions
|
|
@ -1331,7 +1331,7 @@ impl Application for App {
|
||||||
.width(Length::Fill);
|
.width(Length::Fill);
|
||||||
|
|
||||||
if !self.core().is_condensed() {
|
if !self.core().is_condensed() {
|
||||||
nav = nav.max_width(300);
|
nav = nav.max_width(280);
|
||||||
}
|
}
|
||||||
|
|
||||||
Some(
|
Some(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue