Reduce width of icon column in libraries-to-sync dialog

Changed during HTMLification
This commit is contained in:
Dan Stillman 2021-08-24 01:08:58 -04:00
parent 4a43cdb613
commit d4e3a437fd

View file

@ -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",