Skip to content

Commit

Permalink
fix: tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
BuptStEve committed Feb 25, 2019
1 parent 06e92ab commit eac4c4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-demo-code",
"version": "0.3.4",
"version": "0.3.5",
"description": "📝 Demo and code plugin for vuepress",
"main": "src/index.js",
"files": [
Expand Down
5 changes: 0 additions & 5 deletions src/DemoAndCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ body {
z-index: 9;
display: flex;
overflow: hidden;
justify-content: space-between;
width: 100%;
Expand Down Expand Up @@ -201,10 +200,6 @@ body {
border-bottom: 6px solid #2c3e50;
border-left: 6px solid transparent;
}
.online-wrapper {
margin-right: 5px;
}
}
.code-wrapper {
Expand Down
4 changes: 1 addition & 3 deletions src/OnlineEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ export default {
.demo-and-code-online-edit-wrapper {
display: inline-block;
width: 36px;
vertical-align: middle;
button {
Expand Down Expand Up @@ -145,7 +143,7 @@ export default {
}
&:after {
top: -6px;
top: -7px;
content: '';
Expand Down

0 comments on commit eac4c4a

Please sign in to comment.