adjust width
This commit is contained in:
parent
e361b1c16f
commit
41ad2c0530
1 changed files with 2 additions and 1 deletions
|
@ -841,7 +841,8 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
|||
left: margin + (iconSize == 256 ? 256 : iconWidth) + margin + 'px'
|
||||
}, 250);
|
||||
$data.animate({
|
||||
width: iconWidth + 'px'
|
||||
top: margin + iconHeight + margin + 'px',
|
||||
width: (iconSize == 256 ? iconSize : iconWidth) + 'px'
|
||||
}, 250);
|
||||
pandora.UI.set({infoIconSize: iconSize});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue