fix(app): adjust default nav bar width
This commit is contained in:
parent
041ca44132
commit
4c738572f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue