From 3919db8ae1cf69654f486c349d3fd66604b1cacf Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 22 Dec 2012 02:36:12 +0100 Subject: [PATCH] add fix for chrome 26 positioning bug on 0xDB home screen, too --- static/js/pandora/home.0xdb.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/home.0xdb.js b/static/js/pandora/home.0xdb.js index 5dbdfc92..0f075475 100644 --- a/static/js/pandora/home.0xdb.js +++ b/static/js/pandora/home.0xdb.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),