Don't sort the list on every render (#58)

This commit is contained in:
Maciej Hirsz
2018-09-27 17:01:51 +02:00
committed by GitHub
parent 87facf1552
commit 62d2847bb0
13 changed files with 416 additions and 67 deletions
@@ -8,34 +8,14 @@
position: relative;
}
.Chain-tabs {
position: absolute;
right: 9px;
bottom: 0;
height: 36px;
right: 5px;
bottom: 10px;
width: 200px;
text-align: right;
}
.Chain-tab-unit {
display: inline-block;
}
.Chain-tab-unit .Icon {
margin-right: 1px;
font-size: 24px;
padding: 6px;
background: #ccc;
color: #555;
cursor: pointer;
}
.Chain-tab-unit-on .Icon {
background: #222;
color: #fff;
}
.Chain-content-container {
position: absolute;
left: 0;