Dashboard - Use CSS grid in parent widgets (#7437)

* Dashboard - Use CSS grid on parent widgets

* Update parent.php

* Update css.php

* Update template.php
This commit is contained in:
Alex
2025-07-30 09:58:11 -07:00
committed by GitHub
parent 0fc28924a1
commit cf32511d61
4 changed files with 61 additions and 35 deletions

View File

@@ -3134,7 +3134,7 @@ else { //default: white
@media(min-width: 1200px) {
div.hud_details {
height: 350px;
height: 318px;
display: block;
<?php
echo "background: ".($dashboard_detail_background_color[0] ?? '#ffffff').";\n";