diff options
| author | 2025-11-04 12:49:21 +0100 | |
|---|---|---|
| committer | 2025-11-04 12:49:21 +0100 | |
| commit | b6c63d223931382aae84dc6d394cdd1bb58121bc (patch) | |
| tree | f512ea0f11873f89740cb7692442d11b26d59ee3 /p/themes/Ansum/ansum.css | |
| parent | 7d4854a0a4f5665db599f18c34035786465639f3 (diff) | |
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
Diffstat (limited to 'p/themes/Ansum/ansum.css')
| -rw-r--r-- | p/themes/Ansum/ansum.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index d94816dca..2d5da338c 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -778,8 +778,8 @@ main.prompt { background: #b7641d; } -/*=== Day indication */ -.day { +/*=== Transition indication, e.g. day */ +.transition { padding: 1rem 0 0 1.25rem; color: #6d655f; font-size: 0.875rem; @@ -788,7 +788,7 @@ main.prompt { letter-spacing: 1px; text-transform: uppercase; } -.day .name { +.transition .name { padding: 0 1rem 0 1rem; color: #363330; font-size: 0.875rem; @@ -1289,11 +1289,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%; |
