From b6c63d223931382aae84dc6d394cdd1bb58121bc Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 4 Nov 2025 12:49:21 +0100 Subject: Better transitions between groups of articles (#8174) fix https://github.com/FreshRSS/FreshRSS/issues/7520 fix https://github.com/FreshRSS/FreshRSS/issues/8168 fix https://github.com/FreshRSS/FreshRSS/discussions/8172 --- p/themes/Pafat/pafat.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'p/themes/Pafat/pafat.css') diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 064517fc8..ab9d5d1cd 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -754,8 +754,8 @@ a.signin { background-color: var(--background-color-new-article-hover); } -/*=== Day indication */ -.day { +/*=== Transition indication, e.g. day */ +.transition { padding: 0 10px; background-color: var(--background-color-white); color: var(--font-color-grey); @@ -765,15 +765,15 @@ a.signin { line-height: 3; } -.day span { +.transition span { line-height: 1.5; } -#new-article + .day { +#new-article + .transition { border-top: none; } -.day .name { +.transition .name { padding: 0 10px 0 0; color: var(--font-color-grey); font-size: 1.8em; @@ -1088,7 +1088,7 @@ a.signin { border-left: 1px solid var(--border-color-grey-dark); } - .day .name { + .transition .name { font-size: 1.1rem; text-shadow: none; } -- cgit v1.2.3