From 29b270e7618e6b166da2fbefca1617dddf387aed Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 24 May 2022 13:52:38 -0600 Subject: [PATCH] fx-compat: Fix progress queue / Find Available PDFs --- ...eueDialog.xul => progressQueueDialog.xhtml} | 5 +++-- .../zotero/xpcom/progressQueueDialog.js | 4 ++-- chrome/content/zotero/xpcom/report.js | 1 + test/content/support.js | 2 +- test/tests/recognizePDFTest.js | 18 +++++++++--------- 5 files changed, 16 insertions(+), 14 deletions(-) rename chrome/content/zotero/{progressQueueDialog.xul => progressQueueDialog.xhtml} (88%) diff --git a/chrome/content/zotero/progressQueueDialog.xul b/chrome/content/zotero/progressQueueDialog.xhtml similarity index 88% rename from chrome/content/zotero/progressQueueDialog.xul rename to chrome/content/zotero/progressQueueDialog.xhtml index a1313067d0..ca693f0b52 100644 --- a/chrome/content/zotero/progressQueueDialog.xul +++ b/chrome/content/zotero/progressQueueDialog.xhtml @@ -7,13 +7,14 @@ xmlns:html="http://www.w3.org/1999/xhtml" width="550" height="230" onload="_init()" - id="zotero-progress"> + id="zotero-progress" + style="display: flex;">