From 75a097a018a0090f5902758353c578fce4aa2a25 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 23 May 2026 18:43:42 +0000
Subject: [PATCH] =CustomBlocks.php overhaul relatively complete. Also refactored the gallery in gallery.min.js and the jvbRenderGallery.

---
 templates/dashboard/sections/news.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/dashboard/sections/news.php b/templates/dashboard/sections/news.php
index 29e7757..47e1148 100644
--- a/templates/dashboard/sections/news.php
+++ b/templates/dashboard/sections/news.php
@@ -118,7 +118,7 @@
     </div>
 
     <details class="type-filters">
-        <summary class="row btw">Filters:
+        <summary class="row x-btw">Filters:
             <button class="clear-filters row">
                 <?= jvbIcon('x', ['title' => 'Clear Filters'])?>
                 <span>Clear Filters</span>
@@ -274,7 +274,7 @@
 </dialog>
 <template class="template-own">
     <details class="news item" data-keyboard-nav="true" tabindex="0">
-        <summary class="row btw">
+        <summary class="row x-btw">
             <div class="item-select">
                 <input type="checkbox" class="select-checkbox">
                 <label>
@@ -317,7 +317,7 @@
 </template>
 <template class="template-all template-watching">
     <details class="news item" data-keyboard-nav="true" tabindex="0">
-        <summary class="row btw">
+        <summary class="row x-btw">
             <button class="favourite-button" data-type="news" title="Add to watch list" onclick="toggleFavourite(this)">
 
             </button>

--
Gitblit v1.10.0