aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.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/Mapco/mapco.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/Mapco/mapco.css')
-rw-r--r--p/themes/Mapco/mapco.css10
1 files changed, 5 insertions, 5 deletions
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%;