mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user