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