Skip to content
Snippets Groups Projects
Unverified Commit d0d04f45 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12513 from antobinary/2.3.3-navbar

fix: Increase slightly area for webcam+presentation
parents ebcc9f80 74ac0f8e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ const NOTE_MIN_WIDTH = 340;
const NOTE_MAX_WIDTH = 800;
const WAITING_MIN_WIDTH = 340;
const WAITING_MAX_WIDTH = 800;
const NAVBAR_HEIGHT = 170;
const NAVBAR_HEIGHT = 112;
const ACTIONSBAR_HEIGHT = isMobile ? 50 : 42;
const BREAKOUT_MIN_WIDTH = 320;
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