Fix font size in search bars when set to non-small sizes

Reactification regression
This commit is contained in:
Dan Stillman 2019-03-29 06:34:25 -04:00
parent 75cb2724f2
commit ee3955f6f7
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
/* Font sizes */
*[zoteroFontSize=medium] #zotero-tb-search, *[zoteroFontSize=large] #zotero-tb-search,
*[zoteroFontSize=medium] #zotero-tb-search, *[zoteroFontSize=large] #zotero-tb-search
{
font-size: 1em !important;
}

View file

@ -5,6 +5,7 @@
.search input {
flex: 1 0;
font-size: 1em;
min-width: 40px;
padding-left: 4px;
}