Fix HiDPI icons in trees on Linux
This commit is contained in:
parent
152b1c0d83
commit
fe79954b96
|
@ -124,4 +124,10 @@
|
|||
|
||||
#zotero-tb-search .textbox-search-icon {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* As of Fx37, the tree doesn't scale HiDPI images properly on Linux */
|
||||
#zotero-collections-tree treechildren::-moz-tree-image,
|
||||
#zotero-items-tree treechildren::-moz-tree-image {
|
||||
height: 16px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user