Skip to content

Commit

Permalink
Fixed can not click menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Oct 25, 2018
1 parent eaa9817 commit fedd131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "header-editor",
"version": "4.0.1",
"version": "4.0.2",
"description": "Header Editor",
"author": "ShuangYa",
"license": "GPL-2.0",
Expand Down
5 changes: 4 additions & 1 deletion src/options/options.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body {
}

.cell-type {
width: 180px;
width: 270px;
}

.cell-action {
Expand Down Expand Up @@ -102,6 +102,9 @@ body.batch-on .group-item .cell-batch {
position: relative;
bottom: 0;
right: 0;
&:not(.md-active) .md-speed-dial-content {
max-height: 0;
}
}
.md-button {
margin: 0;
Expand Down

0 comments on commit fedd131

Please sign in to comment.