From e63932ea08af7af327f3f1289ab1bbbbc0aead7c Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 3 Apr 2025 11:50:55 -0700 Subject: [PATCH] Update index.php --- core/dashboard/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/dashboard/index.php b/core/dashboard/index.php index 7febab799b..cd7d3fa6c2 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -349,7 +349,7 @@ foreach ($dashboard as $row) { switch ($row['dashboard_row_span']) { case 1: echo "#".$dashboard_name." .hud_box {\n"; - echo " height: 91px;\n"; + echo " height: 91.5px;\n"; echo "}\n"; echo "#".$dashboard_name." .hud_stat {\n"; echo " line-height: 0;\n"; @@ -367,17 +367,17 @@ foreach ($dashboard as $row) { break; case 2: echo "#".$dashboard_name." .hud_box {\n"; - echo " height: 198px;\n"; + echo " height: 199px;\n"; echo "}\n"; break; case 3: echo "#".$dashboard_name." .hud_box {\n"; - echo " height: 306.5px;\n"; + echo " height: 308.5px;\n"; echo "}\n"; break; default: //if empty echo "#".$dashboard_name." .hud_box {\n"; - echo " height: 198px;\n"; + echo " height: 199px;\n"; echo "}\n"; }