Cleanup, layout fixes, better event colors.

This commit is contained in:
2025-08-21 02:57:04 +00:00
parent f94ab1d4c3
commit ba513d1199
5 changed files with 58 additions and 45 deletions
+2 -4
View File
@@ -4,9 +4,8 @@
padding: .1em .3em;
margin: .1em 0;
border-radius: .2em;
color: white;
font-weight: 500;
white-space: nowrap;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
@@ -15,14 +14,13 @@
cursor: pointer;
z-index: 5;
}
.event:hover { opacity: .8 }
/* Spanning events in the overlay (grid-positioned, not absolutely measured) */
.event-span {
font-size: .75em;
padding: 0 .5em;
border-radius: .4em;
color: white;
color: var(--inkstrong);
font-weight: 600;
white-space: nowrap;
overflow: hidden;