From ba1e1ccf869b818f7a7a897264dfea05563a7796 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 07 Jun 2026 20:10:20 +0000
Subject: [PATCH] =Major overhaul of Integrations. Playing around with adding fields to post types through Registrar from an integrations' class file.
---
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