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
|
|
@ -32,10 +32,6 @@ table.event-list {
|
|||
color: #5b818f;
|
||||
}
|
||||
|
||||
td {
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
td.kill-icon {
|
||||
width: 60px;
|
||||
|
||||
|
|
@ -49,8 +45,22 @@ table.event-list {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
td.kill-source, td.kill-target {
|
||||
overflow: hidden;
|
||||
|
||||
span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
width: calc((700px - 60px - 70px) / 2);
|
||||
}
|
||||
|
||||
td.kill-source {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
td.tick {
|
||||
width: 70px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue