Fix HTML elements size in search tab

Specifying a height/width value might cut the displayed text or
obstruct centering the text in the button, so let it auto decide
instead.
Closes #11553.
This commit is contained in:
Chocobo1
2019-12-04 12:24:37 +08:00
committed by sledgehammer999
parent 7f217110cd
commit 93fe20afcd

View File

@@ -11,17 +11,14 @@
#categorySelect {
width: 150px;
height: 20px;
}
#pluginsSelect {
width: 150px;
height: 20px;
}
#startSearchButton {
width: 90px;
height: 20px;
}
#searchResultsNoPlugins {
@@ -49,7 +46,6 @@
}
#manageSearchPlugins {
line-height: 1.5em;
float: right;
}