Fix 2x icon size in Edit Bibliography dialog
This commit is contained in:
parent
1f8cf22a35
commit
85667429a8
1 changed files with 4 additions and 0 deletions
|
@ -463,6 +463,10 @@ label.zotero-text-link {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-edit-bibliography-dialog #item-list .listcell-icon {
|
||||||
|
max-width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
|
/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
|
||||||
@media (min-resolution: 1.25dppx) {
|
@media (min-resolution: 1.25dppx) {
|
||||||
|
|
Loading…
Reference in a new issue