diff --git a/Reader/Screens/AppSplitViewController.swift b/Reader/Screens/AppSplitViewController.swift index 1b1542d..2cbe311 100644 --- a/Reader/Screens/AppSplitViewController.swift +++ b/Reader/Screens/AppSplitViewController.swift @@ -34,6 +34,7 @@ class AppSplitViewController: UISplitViewController { presentsWithGesture = true showsSecondaryOnlyButton = true primaryBackgroundStyle = .sidebar + maximumPrimaryColumnWidth = 500 let sidebarHome = HomeViewController(fervorController: fervorController) sidebarHome.enableStretchyMenu = false