Fix huge Scaffold toolbar icons on Win/Linux
This commit is contained in:
parent
c510d91461
commit
fbaa1c6e61
2 changed files with 12 additions and 3 deletions
|
@ -78,10 +78,10 @@ var Scaffold = new function () {
|
|||
if (e.target !== document) return;
|
||||
_document = document;
|
||||
|
||||
if (Zotero.isWin) {
|
||||
// Hack to fix Windows toolbar
|
||||
if (!Zotero.isMac) {
|
||||
// Hack to fix Windows/Linux toolbar
|
||||
let toolbar = document.getElementById('zotero-toolbar');
|
||||
toolbar.className = '';
|
||||
toolbar.className = 'toolbar-scaffold-small';
|
||||
}
|
||||
|
||||
_browser = document.getElementById('browser');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue