aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-11-04 12:49:21 +0100
committerGravatar GitHub <noreply@github.com> 2025-11-04 12:49:21 +0100
commitb6c63d223931382aae84dc6d394cdd1bb58121bc (patch)
treef512ea0f11873f89740cb7692442d11b26d59ee3 /p/themes/base-theme/base.css
parent7d4854a0a4f5665db599f18c34035786465639f3 (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/base-theme/base.css')
-rw-r--r--p/themes/base-theme/base.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index a68713c90..c588de8ce 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -478,21 +478,21 @@ th {
text-decoration: none;
}
-/*=== Day indication */
-.day {
+/*=== Transition indication, e.g. day */
+.transition {
padding: 0 10px;
font-weight: bold;
line-height: 3;
}
-.day span {
+.transition span {
line-height: 1.5;
}
-#new-article + .day {
+#new-article + .transition {
}
-.day .name {
+.transition .name {
padding: 0 10px 0 0;
font-size: 1.8em;
opacity: 0.3;
@@ -737,7 +737,7 @@ th {
width: 400px;
}
- .day .name {
+ .transition .name {
font-size: 1.1rem;
}