This commit is contained in:
j 2018-08-09 18:54:24 +00:00
parent 84ca422c05
commit e61ac87a64

View file

@ -169,7 +169,7 @@ appPanel
gradient.style.right = 0;
gradient.style.bottom = 0;
// + 2 is a temporary fix for Chrome 26
gradient.style.width = logoWidth + 2 + 'px'
gradient.style.width = logoWidth + 2 + 'px';
gradient.style.height = logoHeight + 2 + 'px';
gradient.style.margin = 'auto';
['-moz-', '-ms-', '-o-', '-webkit-', ''].forEach(function(prefix) {