mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 03:39:39 +03:00
Merge pull request #12736 from Piccirello/webui_small_screen
Shrink Web UI search bar on small screens
This commit is contained in:
commit
ccb9cc632e
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue