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

Loading…
Cancel
Save