Reduce width of icon column in libraries-to-sync dialog
Changed during HTMLification
This commit is contained in:
parent
4a43cdb613
commit
d4e3a437fd
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue