1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-26 06:25:27 +00:00

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
parent 04f270b9bc
commit 5f165c4c00
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

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;
}