Merge pull request #805 from ONLYOFFICE/feature/bugfix

Fix compactHeader mode
This commit is contained in:
Julia Radzhabova 2021-04-12 19:17:49 +03:00 committed by GitHub
commit 00fc882d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,6 +221,7 @@ define([
'</div>');
}
if (!config.isEdit || !config.customization || !config.customization.compactHeader) {
var $parent = this.labelDocName.parent();
var _left_width = $parent.position().left,
_right_width = $parent.next().outerWidth();
@ -230,6 +231,7 @@ define([
else this.labelDocName.parent().css('padding-right', _left_width - _right_width);
}
}
}
function onAppReady(mode) {
appConfig = mode;