|
|
|
@ -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; |
|
|
|
|