From d4e3a437fddc9692d8b367629269f9db0a66b434 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 24 Aug 2021 01:08:58 -0400 Subject: [PATCH] Reduce width of icon column in libraries-to-sync dialog Changed during HTMLification --- chrome/content/zotero/preferences/preferences_sync.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/preferences/preferences_sync.jsx b/chrome/content/zotero/preferences/preferences_sync.jsx index 2f81afa444..69f0b078eb 100644 --- a/chrome/content/zotero/preferences/preferences_sync.jsx +++ b/chrome/content/zotero/preferences/preferences_sync.jsx @@ -259,7 +259,8 @@ Zotero_Preferences.Sync = { dataKey: "checked", label: "zotero.preferences.sync.librariesToSync.sync", fixedWidth: true, - width: '60' + // TODO: Specify in ems? + width: Zotero.isLinux ? '40' : '35' }, { dataKey: "name",