From f0377700c4f169c7b940e84e9e5297c09e66468b Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:08:52 +0000 Subject: [PATCH] Add parent widget drag handle (#7792) * Add parent widget drag handle * Update parent.php * Update css.php --- core/dashboard/index.php | 130 ++++++++++++------ core/dashboard/resources/dashboard/parent.php | 6 +- themes/default/css.php | 3 +- 3 files changed, 90 insertions(+), 49 deletions(-) diff --git a/core/dashboard/index.php b/core/dashboard/index.php index de26b1992..cbf9247d1 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -310,7 +310,7 @@ div.hud_chart { padding-top: 7px; } -/* dashboard settings */ +/* Dashboard Settings */ -/* Screen smaller than 575px? 1 columns */ +/* Screen smaller than 575px? 1 column */ @media (max-width: 575px) { .widgets { grid-template-columns: repeat(1, minmax(100px, 1fr)); } .col-num { grid-column: span 1; } @@ -558,6 +558,7 @@ foreach ($widgets as $row) {