Fix font size in search bars when set to non-small sizes
Reactification regression
This commit is contained in:
parent
75cb2724f2
commit
ee3955f6f7
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
.search input {
|
||||
flex: 1 0;
|
||||
font-size: 1em;
|
||||
min-width: 40px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue