Dashboard - Add additional row span for detail expand button (#7450)

* Dashboard - Add additional row span for detail expand button

* Update css.php

* Update template.php
This commit is contained in:
Alex
2025-08-06 16:03:00 -07:00
committed by GitHub
parent b64ebb374d
commit 7d7876bb33
3 changed files with 12 additions and 6 deletions

View File

@@ -3134,7 +3134,7 @@ else { //default: white
@media(min-width: 1200px) {
div.hud_details {
height: 318px;
height: 345.5px;
display: block;
<?php
echo "background: ".($dashboard_detail_background_color[0] ?? '#ffffff').";\n";
@@ -3190,10 +3190,10 @@ else { //default: white
display: block;
clear: both;
background: <?=$dashboard_footer_background_color?>;
padding: 4px 0;
padding: 6px 0;
text-align: center;
width: 100%;
height: 25px;
height: 26.5px;
font-size: 13px;
line-height: 5px;
color: <?=$dashboard_footer_dots_color?>;