fx-compat: Fix centering of library pane progress bar
This commit is contained in:
parent
f827b9ef50
commit
3805f901cf
1 changed files with 1 additions and 1 deletions
|
@ -1286,7 +1286,7 @@
|
|||
<stack id="zotero-pane-overlay" flex="1" hidden="true">
|
||||
<box style="background: black; opacity: .3" flex="1"/>
|
||||
|
||||
<deck id="zotero-pane-overlay-deck" flex="1">
|
||||
<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">
|
||||
<vbox id="zotero-pane-progressmeter-container" style="padding:10px" flex="1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue