fix: When to show third column

onboarding
Christian Pauly 4 years ago
parent 4509ace93b
commit d8d7ea02f3

@ -15,7 +15,7 @@ class SideViewLayout extends StatelessWidget {
final hideSideView = currentUrl.split('/').length == 4;
return sideView == null
? mainView
: MediaQuery.of(context).size.width < FluffyThemes.columnWidth * 3 &&
: MediaQuery.of(context).size.width < FluffyThemes.columnWidth * 3.5 &&
!hideSideView
? sideView
: Row(

Loading…
Cancel
Save