mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Allow WebUI sidebar filters to be hidden
This commit is contained in:
@@ -408,6 +408,19 @@ div.formRow {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.filterTitle img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-bottom: -3px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.filterTitle img.rotate {
|
||||
transform: rotate(270deg);
|
||||
}
|
||||
|
||||
ul.filterList {
|
||||
|
||||
Reference in New Issue
Block a user