fx-compat: Duplicates: UI fixes

- Scroll vertically
- Restore margins between groupboxes
- Restore field version dropmarker
This commit is contained in:
Abe Jellinek 2022-06-30 12:32:11 -04:00
parent 97786bfa77
commit b78b9cad1f
2 changed files with 7 additions and 3 deletions

View file

@ -626,6 +626,7 @@
button.className = 'zotero-field-version-button';
button.setAttribute('image', 'chrome://zotero/skin/treesource-duplicates.png');
button.setAttribute('type', 'menu');
button.setAttribute('wantdropmarker', true);
var popup = button.appendChild(document.createXULElement("menupopup"));

View file

@ -75,9 +75,12 @@
font-size: 13px;
}
#zotero-duplicates-merge-pane > groupbox
{
margin: 0;
#zotero-duplicates-merge-pane > groupbox {
margin: 8px 0 0 0;
}
#zotero-duplicates-merge-item-box {
overflow-y: scroll;
}
#zotero-duplicates-merge-item-box row