Filter nodes by name when typing (#53)

* Allow filtering of nodes by name
* Tidy up
This commit is contained in:
Maciej Hirsz
2018-09-25 19:56:14 +02:00
committed by GitHub
parent df56e33bf6
commit 2e483a595f
7 changed files with 198 additions and 42 deletions
@@ -65,6 +65,13 @@
bottom: 0;
}
.Chain-no-nodes {
font-size: 30px;
padding-top: 20vh;
text-align: center;
font-weight: 300;
}
.Chain-node-list {
width: 100%;
border-collapse: collapse;