import CoreGraphics enum AppWindow { static let width: CGFloat = 1140 static let height: CGFloat = 720 static let minWidth: CGFloat = width static let minHeight: CGFloat = height /// Extra top inset for the sidebar when the window is in macOS full screen. static let fullScreenTopInset: CGFloat = 16 /// Small top breathing room for the embedded Reddit panel. static let redditTopInset: CGFloat = 30 }