same icon width

This commit is contained in:
j 2021-02-18 17:58:01 +01:00
parent 41ad2c0530
commit 98199702a7
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
position: 'absolute',
left: margin + 'px',
top: margin + iconHeight + margin + 'px',
width: iconWidth + 'px',
width: (iconSize == 256 ? iconSize : iconWidth) + 'px',
})
.appendTo($left);