WebUI: remove outdated CSS property

WebUI already has the standard counterparts.
This commit is contained in:
Chocobo1
2024-08-09 23:49:57 +08:00
parent 9df3ee0de8
commit 3e18b1d30c
3 changed files with 0 additions and 9 deletions

View File

@@ -17,8 +17,6 @@
#searchPluginsTable {
width: 100%;
height: calc(100% - 150px);
-moz-height: calc(100% - 150px);
-webkit-height: calc(100% - 150px);
}
#searchPluginsTable .dynamicTable {
@@ -27,8 +25,6 @@
#searchPluginsTableDiv {
height: calc(100% - 26px);
-moz-height: calc(100% - 26px);
-webkit-height: calc(100% - 26px);
}
#dynamicTableFixedHeaderDiv {