Add global state and right click menu using redux

This commit is contained in:
Joey Payne 2016-02-19 12:48:47 -07:00
commit 54d64cc124
10 changed files with 190 additions and 81 deletions

View file

@ -3,7 +3,6 @@ body, html{
height: 100%;
}
#main{
min-height: 100%;
}
.fill-height{
height: 100%;
@ -23,4 +22,6 @@ body, html{
#library-nav{
border-right: solid 1px #d9d9d9;
width: 300px;
height: 100%;
min-height: 100%;
}