mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
WebUI: remove outdated CSS property
WebUI already has the standard counterparts.
This commit is contained in:
@@ -678,15 +678,11 @@ td.statusBarSeparator {
|
||||
}
|
||||
|
||||
#searchResultsTableContainer {
|
||||
-moz-height: calc(100% - 177px);
|
||||
-webkit-height: calc(100% - 177px);
|
||||
height: calc(100% - 177px);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#searchResultsTableDiv {
|
||||
-moz-height: calc(100% - 26px) !important;
|
||||
-webkit-height: calc(100% - 26px) !important;
|
||||
height: calc(100% - 26px) !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user