Merge pull request #21179 from Chocobo1/webui_style

WebUI: use native property to set styles
This commit is contained in:
Chocobo1
2024-08-12 15:08:26 +08:00
committed by GitHub
8 changed files with 50 additions and 80 deletions

View File

@@ -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;
}