Update contextView-styles.js

pull/1/head
yann300 6 years ago committed by GitHub
parent 0cca38bd8a
commit 5a45fdd5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/app/editor/styles/contextView-styles.js

@ -2,7 +2,7 @@ var csjs = require('csjs-inject')
var css = csjs`
.contextview {
opacity : 0.8;
opacity : 0.6;
}
.container {
padding : 1px 15px;
@ -14,7 +14,7 @@ var css = csjs`
text-overflow : ellipsis;
overflow : hidden;
white-space : nowrap;
font-size : 11px;
font-size : 18px;
}
.type {
font-style : italic;
@ -45,7 +45,7 @@ var css = csjs`
}
.contextviewcontainer{
position : absolute;
top : 39px;
top : 35px;
z-index : 50;
left : 350px;
border-radius : 1px;

Loading…
Cancel
Save