From 74ac0f8e01c36b1794f982a1e66683b9b497cfc2 Mon Sep 17 00:00:00 2001 From: Anton Georgiev <anton.georgiev@protonmail.com> Date: Thu, 3 Jun 2021 17:55:13 +0000 Subject: [PATCH] fix: Increase slightly area for webcam+presentation --- .../imports/ui/components/layout/layout-manager/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx b/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx index 0a446b2df6..8ba2e9e276 100644 --- a/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/layout/layout-manager/component.jsx @@ -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; -- GitLab