mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-23 22:29:31 +00:00
tweak demo timeline
This commit is contained in:
parent
68f2c184da
commit
7541c4e716
31 changed files with 40 additions and 33 deletions
|
|
@ -91,6 +91,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.EventRow:active {
|
||||
background: rgba(0, 85, 177, 0.8);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media (pointer: coarse) {
|
||||
.Filters {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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] ??
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue