Skip to content
Snippets Groups Projects
Commit 74ac0f8e authored by Anton Georgiev's avatar Anton Georgiev
Browse files

fix: Increase slightly area for webcam+presentation

parent ebcc9f80
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ const NOTE_MIN_WIDTH = 340; ...@@ -24,7 +24,7 @@ const NOTE_MIN_WIDTH = 340;
const NOTE_MAX_WIDTH = 800; const NOTE_MAX_WIDTH = 800;
const WAITING_MIN_WIDTH = 340; const WAITING_MIN_WIDTH = 340;
const WAITING_MAX_WIDTH = 800; const WAITING_MAX_WIDTH = 800;
const NAVBAR_HEIGHT = 170; const NAVBAR_HEIGHT = 112;
const ACTIONSBAR_HEIGHT = isMobile ? 50 : 42; const ACTIONSBAR_HEIGHT = isMobile ? 50 : 42;
const BREAKOUT_MIN_WIDTH = 320; const BREAKOUT_MIN_WIDTH = 320;
const BREAKOUT_MAX_WIDTH = 400; const BREAKOUT_MAX_WIDTH = 400;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment