From 235ce5716edc2f7cbe80fdccf26eac7269587839 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 08 Jun 2026 04:38:18 +0000
Subject: [PATCH] =FavouritesManager.php and FavouritesRoutes.php fixes. Moving all logic to FavouritesManager.php. Still some left to do

---
 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