Set tree image height to 16px everywhere
Windows maybe also doesn't handle HiDPI tree images correctly otherwise
This commit is contained in:
parent
c398353d5d
commit
2afebc79d0
2 changed files with 6 additions and 6 deletions
|
@ -124,10 +124,4 @@
|
|||
|
||||
#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;
|
||||
}
|
|
@ -24,6 +24,12 @@
|
|||
min-height: 5.2em;
|
||||
}
|
||||
|
||||
/* As of Fx37, the tree doesn't scale HiDPI images properly on Windows and Linux */
|
||||
#zotero-collections-tree treechildren::-moz-tree-image,
|
||||
#zotero-items-tree treechildren::-moz-tree-image {
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#zotero-collections-tree treechildren::-moz-tree-image(primary)
|
||||
{
|
||||
margin-right: 5px;
|
||||
|
|
Loading…
Reference in a new issue