From 3baf3d2545ba6ece6b74a64c0def59bd0774cf54 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 10 Jun 2026 16:34:12 +0000
Subject: [PATCH] =Laid the groundwork for an improved DashboardManager.php setup. Have to put it aside so I can get the dang Northeh done though.

---
 inc/helpers/ui.php |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/inc/helpers/ui.php b/inc/helpers/ui.php
index aed22d6..d0f5f4e 100644
--- a/inc/helpers/ui.php
+++ b/inc/helpers/ui.php
@@ -55,7 +55,7 @@
 				?>
 			</nav>
 		</div>
-		<div class="qitems item-grid col left nowrap">
+		<div class="qitems item-grid col top left nowrap">
 		</div>
 		<div class="queue-actions row x-btw nowrap">
 			<button class="dismiss-all">Clear Completed</button>
@@ -302,11 +302,7 @@
 			<span>Jump To:</span><?= jvbIcon('plus-square') ?>
 		</button>
         <ul>
-            <li id="back-to-top">
-                <a href="#top" title="Back to Top">
-                    <?= jvbIcon('caret-circle-up') ?><span>Back to Top</span>
-                </a>
-            </li>
+
             <?php
             foreach ($ids as $slug) {
                 ?>

--
Gitblit v1.10.0