change context viewer styling

pull/3094/head
yann300 6 years ago
parent 88b1c84d69
commit ddb9c17ca7
  1. 7
      src/app/panels/styles/editor-panel-styles.js

@ -167,9 +167,12 @@ var css = csjs`
width : 100%;
}
.contextviewcontainer{
width : 100%;
height : 20px;
position : absolute;
top : 29px;
z-index : 50;
background-color : ${styles.editor.backgroundColor_Tabs_Highlights};
left : 350px;
border-radius : 1px;
}
`

Loading…
Cancel
Save