same icon width
This commit is contained in:
parent
41ad2c0530
commit
98199702a7
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: margin + 'px',
|
left: margin + 'px',
|
||||||
top: margin + iconHeight + margin + 'px',
|
top: margin + iconHeight + margin + 'px',
|
||||||
width: iconWidth + 'px',
|
width: (iconSize == 256 ? iconSize : iconWidth) + 'px',
|
||||||
})
|
})
|
||||||
.appendTo($left);
|
.appendTo($left);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue