Fix too-large and cut-off progress icon when setting up syncing

This commit is contained in:
Dan Stillman 2023-11-30 02:48:08 -05:00
parent 04b87e4db7
commit 6254c3fbdd

View file

@ -334,6 +334,8 @@ button {
#zotero-prefpane-sync .form-grid > hbox
{
margin-inline-start: 4px;
display: flex;
align-items: center;
}
#zotero-prefpane-sync .form-grid > hbox > label:first-child,
@ -357,11 +359,12 @@ button {
#zotero-prefpane-sync #sync-status-indicator
{
width: 1.5em;
height: 1.7em;
margin-top: 0.4em;
width: 20px;
height: 20px;
margin-left: -1px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
#zotero-prefpane-sync #sync-status-indicator[verified=true]