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/Pafat/pafat.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/Pafat/pafat.css')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 12 |
1 files changed, 6 insertions, 6 deletions
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; } |
