Remove additional space from the application top.
This commit is contained in:
parent
21477b7917
commit
63a4482e6e
@ -808,7 +808,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
private function updateToolbarHeight():void {
|
||||
if (toolbarHeight != 0) {
|
||||
toolbarHeight = Math.max(DEFAULT_TOOLBAR_HEIGHT, toolbar.logo.height + toolbar.quickLinks.includeInLayout ? toolbar.quickLinks.height : 0 + 10);
|
||||
toolbarHeight = Math.max(DEFAULT_TOOLBAR_HEIGHT, toolbar.logo.height + toolbar.quickLinks.includeInLayout ? toolbar.quickLinks.height : 0);
|
||||
if (UsersUtil.isBreakout()) {
|
||||
toolbarHeight += toolbar.breakoutRibbon.height;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user