Add global state and right click menu using redux
This commit is contained in:
parent
9821373504
commit
54d64cc124
10 changed files with 190 additions and 81 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue