feat: Instead of delisting, push stale nodes to bottom (#161)

This commit is contained in:
Maciej Hirsz
2019-07-02 14:52:06 +02:00
committed by GitHub
parent c817a16d31
commit 983919fd87
8 changed files with 70 additions and 32 deletions
@@ -60,6 +60,10 @@
color: #E6007A;
}
.Row-stale {
font-style: italic;
}
.Row:hover {
background-color: #1E1E1E;
}