diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js index 3f147adc4d..7322482b28 100644 --- a/chrome/content/zotero/integration/quickFormat.js +++ b/chrome/content/zotero/integration/quickFormat.js @@ -73,8 +73,11 @@ var Zotero_QuickFormat = new function () { referencePanel = document.getElementById("quick-format-reference-panel"); referenceBox = document.getElementById("quick-format-reference-list"); - if(Zotero.isWin && Zotero.Prefs.get('integration.keepAddCitationDialogRaised')) { - qfb.setAttribute("square", "true"); + if (Zotero.isWin) { + referencePanel.style.marginTop = "-29px"; + if (Zotero.Prefs.get('integration.keepAddCitationDialogRaised')) { + qfb.setAttribute("square", "true"); + } } // add labels to popup