Fix size of progress meter at startup
(Though it still doesn't animate, for some reason) Addresses #3961
This commit is contained in:
parent
d236058351
commit
c31c091cb0
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue