mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Fix HiDPI icons in trees on Linux
This commit is contained in:
parent
152b1c0d83
commit
fe79954b96
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue