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.

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