fix: style

This commit is contained in:
kangwei 2020-05-28 17:35:59 +08:00
parent 45af1c53de
commit 4694331813
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"entry": {
"index": "src/index",
"editor-preset-vision": "../editor-preset-vision/src/index.ts",
"react-simulator-renderer": "../react-simulator-renderer/src/index.ts"
},

View File

@ -98,6 +98,11 @@ html.engine-blur #engine {
}
}
.vs-icon .vs-icon-del, .vs-icon .vs-icon-entry {
width: 16px!important;
height: 16px!important;
}
.lc-left-float-pane {
font-size: 14px;
}