mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Merge pull request #21179 from Chocobo1/webui_style
WebUI: use native property to set styles
This commit is contained in:
@@ -682,15 +682,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