tweak demo timeline

This commit is contained in:
Brian Beck 2026-03-17 17:04:34 -07:00
parent 68f2c184da
commit 7541c4e716
31 changed files with 40 additions and 33 deletions

View file

@ -91,6 +91,11 @@
}
}
.EventRow:active {
background: rgba(0, 85, 177, 0.8);
color: #fff;
}
@media (pointer: coarse) {
.Filters {
}

View file

@ -32,7 +32,9 @@ function renderEventDescription(event: TimelineEvent): React.ReactNode {
if (event.type === "kill" && event.killer && event.victim) {
return (
<>
<span className={styles.Killer}>{event.killer}</span>{" "}
<span className={styles.Killer} title={event.killer}>
You
</span>{" "}
<span className={styles.DamageType}>
{event.weapon
? (WEAPONS_PAST_TENSE[event.weapon] ??