minor css adjustments

This commit is contained in:
Cássio Zen 2016-09-13 15:10:56 -03:00
parent 4108b88315
commit f4a6929d17
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
height: 45px;
border-top: 1px solid #e8eae8;
padding: 10px 20px;
z-index: 10;
}
.controlPane {
width: 50%;

View File

@ -1,6 +1,6 @@
.frame {
width: 100%;
height: 100%;
height: 100vh;
border: none;
background: #fff;
}