From 6254c3fbdd192bd1f81a6e48af9cf4673dcc83f5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 30 Nov 2023 02:48:08 -0500 Subject: [PATCH] Fix too-large and cut-off progress icon when setting up syncing --- chrome/skin/default/zotero/preferences.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chrome/skin/default/zotero/preferences.css b/chrome/skin/default/zotero/preferences.css index f18efdc97a..5c7af711b3 100644 --- a/chrome/skin/default/zotero/preferences.css +++ b/chrome/skin/default/zotero/preferences.css @@ -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]