Adjust the break point

This commit is contained in:
Jeremy Soller 2022-09-30 14:53:27 -06:00
parent 028d0175eb
commit 935a3a286c
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -88,7 +88,7 @@ impl Sandbox for Window {
// involves allocations for many different items. Ideally, we could only make the nav bar
// responsive and leave the content to be sized normally.
responsive(|size| {
let condensed = size.width < 800.0;
let condensed = size.width < 900.0;
let sidebar: Element<_> = nav_bar!(
//TODO: Support symbolic icons
nav_button!("network-wireless", "Wi-Fi", condensed)