v1.41 - Add 2027 Dates and Fix Cosmic Events
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user