resize vdom debug panel to 30% width

This commit is contained in:
ansuz 2016-02-29 15:37:51 +01:00
parent 91ada5ce7a
commit 7e367e770e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
left:0px;
bottom:0px;
right:0px;
width:50%;
width:70%;
height:100%;
border:none;
margin:0;
@ -27,7 +27,7 @@
right: 0px;
border: 0px;
height: 100vh;
width: 50vw;
width: 30vw;
background-color: #222;
color: #ccc;
}