[MM-36347] Force max window width of 700px (#1720)

This commit is contained in:
Devin Binnie
2021-09-02 14:05:54 -04:00
committed by GitHub
parent 37c637efe9
commit 9c55f8c717
8 changed files with 44 additions and 12 deletions

View File

@@ -16,3 +16,8 @@ export const BACK_BAR_HEIGHT = 36;
export const THREE_DOT_MENU_WIDTH = 40;
export const THREE_DOT_MENU_WIDTH_MAC = 80;
export const MENU_SHADOW_WIDTH = 24;
export const DEFAULT_WINDOW_WIDTH = 1000;
export const DEFAULT_WINDOW_HEIGHT = 700;
export const MINIMUM_WINDOW_WIDTH = 700;
export const MINIMUM_WINDOW_HEIGHT = 240;