Fix size of progress meter at startup

(Though it still doesn't animate, for some reason)

Addresses #3961
This commit is contained in:
Dan Stillman 2024-04-13 00:30:50 -04:00
parent d236058351
commit c31c091cb0

View file

@ -1279,7 +1279,7 @@
<deck id="zotero-pane-overlay-deck" style="display: flex; justify-content: center;">
<box id="zotero-pane-progress" flex="1" align="center" pack="center">
<box style="background: white; border-radius: 1px; box-shadow: gray 4px 6px 4px;" width="300" height="30">
<box style="background: white; border-radius: 1px; box-shadow: gray 4px 6px 4px; width: 300px; height: 30px;">
<vbox id="zotero-pane-progressmeter-container" style="padding:10px" flex="1">
<label id="zotero-pane-progress-label"/>
<!-- See note in Zotero.showZoteroPaneProgressMeter()