From 6b1e19696a8281bd419a0012deeef03ebe9ad1dc Mon Sep 17 00:00:00 2001 From: Ramon Souza <contato@ramonsouza.com> Date: Tue, 11 May 2021 14:07:38 -0300 Subject: [PATCH] adjust navbar height --- .../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 7b5f1b1551..6804b8c869 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 = 85; +const NAVBAR_HEIGHT = 112; // 7rem const ACTIONSBAR_HEIGHT = isMobile ? 50 : 42; const BREAKOUT_MIN_WIDTH = 320; const BREAKOUT_MAX_WIDTH = 400; -- GitLab