Reduce the breakpoint width for single column mode. closes #1688

This commit is contained in:
Gabe Kangas
2022-01-20 14:31:53 -08:00
parent dbf9776a6e
commit 372b1059c0
2 changed files with 3 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ export const CHAT_KEY_MODIFIERS = ['Control', 'Shift', 'Meta', 'Alt'];
export const MESSAGE_JUMPTOBOTTOM_BUFFER = 500;
// app styling
export const WIDTH_SINGLE_COL = 730;
export const WIDTH_SINGLE_COL = 780;
export const HEIGHT_SHORT_WIDE = 500;
export const ORIENTATION_PORTRAIT = 'portrait';
export const ORIENTATION_LANDSCAPE = 'landscape';