Merge pull request #613 from feross/fix-606

Fix IPC race condition in startup
This commit is contained in:
Feross Aboukhadijeh
2016-06-01 19:16:54 -07:00
9 changed files with 32 additions and 38 deletions

View File

@@ -65,7 +65,7 @@ table {
display: flex;
flex-flow: column;
background: rgb(40, 40, 40);
animation: fadein 1s;
animation: fadein 0.5s;
}
.app:not(.is-focused) {