mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
kill search layout tweaks
This commit is contained in:
parent
773a9766a8
commit
1d4d6161d1
2 changed files with 17 additions and 4 deletions
|
|
@ -100,6 +100,9 @@ function KillView(props: KillViewProps) {
|
||||||
<td className="kill-target">
|
<td className="kill-target">
|
||||||
<PlayerName player={victim}/>
|
<PlayerName player={victim}/>
|
||||||
</td>
|
</td>
|
||||||
|
<td className="tick">
|
||||||
|
#{props.kill.tick}
|
||||||
|
</td>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,10 +32,6 @@ table.event-list {
|
||||||
color: #5b818f;
|
color: #5b818f;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
|
||||||
width: 45%;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.kill-icon {
|
td.kill-icon {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|
||||||
|
|
@ -49,8 +45,22 @@ table.event-list {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.kill-source, td.kill-target {
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
span {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
width: calc((700px - 60px - 70px) / 2);
|
||||||
|
}
|
||||||
|
|
||||||
td.kill-source {
|
td.kill-source {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.tick {
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue