diff --git a/static/js/pandora.js b/static/js/pandora.js index d5dc5247..660aa3d2 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -105,7 +105,7 @@ appPanel gradient.style.bottom = 0; // FIXME: should be 320 and 160 - the values below are temporary fixes for Chrome 26 gradient.style.width = '322px'; - gradient.style.height = '161px'; + gradient.style.height = '162px'; gradient.style.margin = 'auto'; gradient.style.background = theme == 'classic' ? '-moz-linear-gradient(top, rgba(224, 224, 224, 0.75), rgba(224, 224, 224, 1), rgba(224, 224, 224, 1))' diff --git a/static/js/pandora/home.js b/static/js/pandora/home.js index be221934..1d2881fb 100644 --- a/static/js/pandora/home.js +++ b/static/js/pandora/home.js @@ -37,8 +37,9 @@ pandora.ui.home = function() { top: '160px', right: 0, bottom: 0, - width: '320px', - height: '160px', + // FIXME: should be 320 and 160 - the values below are temporary fixes for Chrome 26 + width: '322px', + height: '162px', margin: 'auto', }) .appendTo(that),