Fix some toolbar icon issues on HiDPI Linux
This commit is contained in:
parent
6841be09a1
commit
796fb87a9b
|
@ -11,7 +11,7 @@
|
||||||
width: 28px;
|
width: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-toolbar-main-button[cui-areatype="toolbar"] {
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]) #zotero-toolbar-main-button {
|
||||||
margin-right: -1px;
|
margin-right: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-toolbar-save-button[cui-areatype="toolbar"] > .toolbarbutton-menubutton-dropmarker .dropmarker-icon {
|
#zotero-toolbar-buttons[cui-areatype="toolbar"]:not([overflowedItem=true]) #zotero-toolbar-save-button > .toolbarbutton-menubutton-dropmarker .dropmarker-icon {
|
||||||
padding-left: 14px !important;
|
padding-left: 14px !important;
|
||||||
padding-right: 3px !important;
|
padding-right: 3px !important;
|
||||||
}
|
}
|
||||||
|
@ -105,10 +105,12 @@
|
||||||
#zotero-toolbar-buttons[overflowedItem=true] {
|
#zotero-toolbar-buttons[overflowedItem=true] {
|
||||||
margin-left: 0px !important;
|
margin-left: 0px !important;
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
|
margin-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-main-button {
|
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-main-button {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-main-button .toolbarbutton-icon {
|
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-main-button .toolbarbutton-icon {
|
||||||
|
@ -120,6 +122,20 @@
|
||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
width: 22px !important;
|
width: 22px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-save-button .toolbarbutton-menubutton-button {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zotero-toolbar-buttons[overflowedItem=true] #zotero-toolbar-save-button .toolbarbutton-menubutton-dropmarker {
|
||||||
|
margin: 0;
|
||||||
|
margin-right: 2px !important;
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zotero-toolbar-buttons[overflowedItem=true] > separator {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
/* End toolbar buttons */
|
/* End toolbar buttons */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user