1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-30 00:14:57 +00:00

Shrink Web UI search bar on small screens

This commit is contained in:
Thomas Piccirello 2020-05-02 15:45:57 -07:00
parent 8110912e4e
commit cb8a9518d1

View File

@ -1,6 +1,6 @@
<style>
#searchPattern {
width: 500px;
width: 300px;
line-height: 2em;
padding: 1px 5px 1px 2em;
background-image: url("images/qbt-theme/edit-find.svg");
@ -66,6 +66,10 @@
#searchResultsGranularFiltersWarning {
display: none;
}
#searchPattern {
width: 500px;
}
}
</style>