From 4b6127ee04229ac64d74076933e800601df884c0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 13 Dec 2025 11:38:33 +0100 Subject: New links in transitions and jump to next transition (#8294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Easier to explain graphically: image The jump to next section ⏭ works when the sorting criterion is a date. Need https://github.com/FreshRSS/FreshRSS/pull/8293 --- p/themes/base-theme/frss.css | 9 +++++++++ p/themes/base-theme/frss.rtl.css | 9 +++++++++ 2 files changed, 18 insertions(+) (limited to 'p/themes') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 9d27c936b..b02ba9305 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -1418,6 +1418,10 @@ input[type="search"] { background: inherit; } +.transition a, .transition a:hover { + color: inherit; +} + .transition .name { position: absolute; right: 0; @@ -1427,6 +1431,11 @@ input[type="search"] { text-overflow: ellipsis; } +.transition-next { + margin-left: .5em; + opacity: 0.5; +} + /*=== Feed article header and footer */ .flux_header { background: inherit; diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 8a4d4da37..2a386588c 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1418,6 +1418,10 @@ input[type="search"] { background: inherit; } +.transition a, .transition a:hover { + color: inherit; +} + .transition .name { position: absolute; left: 0; @@ -1427,6 +1431,11 @@ input[type="search"] { text-overflow: ellipsis; } +.transition-next { + margin-right: .5em; + opacity: 0.5; +} + /*=== Feed article header and footer */ .flux_header { background: inherit; -- cgit v1.2.3