forked from 0x2620/pandora
add fix for chrome 26 positioning bug on 0xDB home screen, too
This commit is contained in:
parent
35776a30a7
commit
3919db8ae1
1 changed files with 3 additions and 2 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue