v1.41 - Add 2027 Dates and Fix Cosmic Events

This commit is contained in:
fraxle
2026-05-16 21:51:49 +01:00
parent 214b8987cc
commit b4d2a1427a
3 changed files with 450 additions and 144 deletions
+24
View File
@@ -62,6 +62,30 @@
opacity: 1;
}
/* Slideshow dots */
.event-banner-dots {
display: flex;
gap: 5px;
margin-top: 7px;
align-items: center;
}
.event-banner-dot {
width: 6px;
height: 6px;
border-radius: 50%;
opacity: 0.35;
cursor: pointer;
transition: opacity 0.2s, transform 0.2s;
flex-shrink: 0;
}
.event-banner-dot.active {
opacity: 1;
transform: scale(1.3);
}
.event-banner-dot:hover {
opacity: 0.75;
}
/* Cell tag — tiny event icon in the hour column */
.event-cell-tag {
font-size: 11px;