Skip to content

Commit

Permalink
fix: UI for edit button
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Feb 18, 2017
1 parent 3039457 commit 3599392
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
flex: 1;
display: flex;
width: 100%;
overflow-y: auto;

&:before {
content: '';
Expand All @@ -37,18 +38,20 @@
}
}

.operation-pannel {
z-index: 99;
}

.mode-selector {
position: absolute;
bottom: 10px;
right: 10px;
z-index: 99;
}

.wrap-selector {
position: absolute;
bottom: 5px;
right: 120px;
z-index: 99;
span {
margin-left: 4px;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "medis",
"description": "GUI for Redis",
"productName": "Medis",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",
"author": "luin <i@zihua.li> (http://zihua.li)",
"main": "server/main.js",
Expand Down

0 comments on commit 3599392

Please sign in to comment.