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/Mapco/mapco.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'p/themes/Mapco/mapco.css') diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 0591d090a..09b57156a 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -793,8 +793,8 @@ main.prompt { background: #25c; } -/*=== Day indication */ -.day { +/*=== Transition indication, e.g. day */ +.transition { padding: 1rem 0 0 1.25rem; color: #5b6871; font-size: 0.875rem; @@ -803,7 +803,7 @@ main.prompt { letter-spacing: 1px; text-transform: uppercase; } -.day .name { +.transition .name { padding: 0 1rem 0 1rem; color: #303136; font-size: 0.875rem; @@ -1306,11 +1306,11 @@ main.prompt { .dropdown-target:target ~ a.dropdown-toggle:not(.btn)::after { bottom: -17px; } - .day { + .transition { text-align: center; padding: 1rem 0; } - .day .name { + .transition .name { padding: 0; display: block; width: 100%; -- cgit v1.2.3