Fix display of sync error icon (2x and spacing)
This commit is contained in:
parent
af871a3fd5
commit
bfbf3d871c
3 changed files with 7 additions and 3 deletions
|
@ -108,9 +108,13 @@
|
|||
}
|
||||
|
||||
@media (min-resolution: 1.5dppx) {
|
||||
.zotero-tb-button > .toolbarbutton-icon {
|
||||
#zotero-pane .toolbarbutton-icon {
|
||||
max-width: 28px;
|
||||
}
|
||||
|
||||
#zotero-tb-sync-error .toolbarbutton-icon {
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.zotero-tb-button, .zotero-tb-button:first-child, .zotero-tb-button:last-child {
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
/* End toolbar buttons */
|
||||
|
||||
|
||||
@media (min-resolution: 1dppx) {
|
||||
@media (min-resolution: 1.5dppx) {
|
||||
#zotero-toolbar .toolbarbutton-icon {
|
||||
width: 16px;
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
}
|
||||
/* End toolbar buttons */
|
||||
|
||||
@media (min-resolution: 1dppx) {
|
||||
@media (min-resolution: 1.5dppx) {
|
||||
#zotero-toolbar .toolbarbutton-icon {
|
||||
width: 16px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue