From 47e77f9fac1155c536b2b87fec552c7fcce66fa6 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 01 Jun 2026 18:06:34 +0000
Subject: [PATCH] =Timeline block fixes. Next up: adding article schema classes
---
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