From 9339bbb26d7f99ad64e5807e92227bf955bd0508 Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Sun, 8 Jun 2025 22:45:49 -0700 Subject: [PATCH] Remove unused css This should have been removed earlier with the switch to using flex. --- src/webui/www/private/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/webui/www/private/css/style.css b/src/webui/www/private/css/style.css index 119912380..149dca88e 100644 --- a/src/webui/www/private/css/style.css +++ b/src/webui/www/private/css/style.css @@ -826,10 +826,6 @@ td.statusBarSeparator { overflow: auto; } -#searchResultsTableDiv { - height: calc(100% - 26px) !important; -} - #searchResults .dynamicTable { width: 100%; }