Fix tagsBox issues in a separate note window:

- Invisible auto-suggested tags
- Oversized tag icon
This commit is contained in:
Martynas Bagdonas 2022-02-07 17:39:09 +02:00
parent 697798b536
commit b865ee8b65
2 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,9 @@
***** END LICENSE BLOCK *****
*/
// Auto-suggester fails without this
Components.utils.import("resource://gre/modules/Services.jsm");
var noteEditor;
var notifierUnregisterID;
var type;

View file

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/overlay.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">