Fix cut-off top line of search bar on Windows

This commit is contained in:
Dan Stillman 2018-03-09 06:35:22 -05:00
parent da30f9e25c
commit 16ad422e89

View file

@ -9,7 +9,7 @@
#zotero-pane #zotero-toolbar {
-moz-appearance: none !important;
margin-top: -4px;
margin-top: -3px;
border-bottom-color: var(--theme-border-color);
}