add fix for chrome 26 positioning bug on 0xDB home screen, too

This commit is contained in:
rolux 2012-12-22 02:36:12 +01:00
parent 35776a30a7
commit 3919db8ae1

View file

@ -37,8 +37,9 @@ pandora.ui.home = function() {
top: '160px', top: '160px',
right: 0, right: 0,
bottom: 0, bottom: 0,
width: '320px', // FIXME: should be 320 and 160 - the values below are temporary fixes for Chrome 26
height: '160px', width: '322px',
height: '162px',
margin: 'auto', margin: 'auto',
}) })
.appendTo(that), .appendTo(that),