diff --git a/config.jsonc b/config.jsonc index fa7a312..4bdf5ad 100644 --- a/config.jsonc +++ b/config.jsonc @@ -323,7 +323,7 @@ { "id": "movement", "operator": "+", - "title": "Social Movement", + "title": "Social Movements", "type": ["string"], "filter": true, "find": true, diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js index d24d095..55f793d 100644 --- a/static/js/documentInfoView.leftovers.js +++ b/static/js/documentInfoView.leftovers.js @@ -175,7 +175,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { position: 'absolute', left: margin + 'px', top: margin + iconHeight + margin + 'px', - width: iconSize + 'px', + width: iconWidth + 'px', }) .appendTo($left); @@ -840,6 +840,9 @@ pandora.ui.documentInfoView = function(data, isMixed) { $text.animate({ left: margin + (iconSize == 256 ? 256 : iconWidth) + margin + 'px' }, 250); + $data.animate({ + width: iconWidth + 'px' + }, 250); pandora.UI.set({infoIconSize: iconSize}); }