Fix tab toolbar button icon scaling on HiDPI
This commit is contained in:
parent
3d204f75e9
commit
ec7251fd98
4 changed files with 7 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
@media (min-resolution: 1.25dppx) {
|
||||
#zotero-pane .toolbarbutton-icon {
|
||||
#zotero-pane-stack .toolbarbutton-icon {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
@media (min-resolution: 1.25dppx) {
|
||||
#zotero-toolbar .toolbarbutton-icon {
|
||||
#zotero-pane-stack .toolbarbutton-icon {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
|
|
|
@ -47,11 +47,14 @@
|
|||
position: fixed;
|
||||
z-index: 1;
|
||||
right: 0;
|
||||
height: 32px;
|
||||
-moz-appearance: none;
|
||||
background: linear-gradient(to top, #a9a9a9 0, #a9a9a9 1px, #f6f6f6 1px, #f6f6f6 100%);
|
||||
}
|
||||
|
||||
#zotero-item-toolbar {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
#zotero-tab-toolbar-container #zotero-tb-locate,
|
||||
#zotero-tab-toolbar-container #zotero-pq-buttons {
|
||||
display: none;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6bd430bc2d538d11c73a81b7cf2f11771b518b24
|
||||
Subproject commit a1b5c191245c51024fd177f74139cc7495a22524
|
Loading…
Add table
Add a link
Reference in a new issue