|
@@ -25,10 +25,7 @@ class HomeLayout {
|
|
|
|
|
|
showEditPanel = homeSetting.panelContext.isSome();
|
|
|
|
|
|
- menuWidth = Sizes.sideBarMed;
|
|
|
- if (context.widthPx >= PageBreaks.desktop) {
|
|
|
- menuWidth = Sizes.sideBarLg;
|
|
|
- }
|
|
|
+ menuWidth = Sizes.sideBarWidth;
|
|
|
|
|
|
menuWidth += homeSetting.resizeOffset;
|
|
|
|