Skip to content

Commit

Permalink
fix #1089 alinged the home-button (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidaipparla authored and mbarto committed Oct 18, 2016
1 parent 9d3ce06 commit 046b57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/client/plugins/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
},
OmniBar: {
name: 'home',
position: 2,
position: 4,
tool: true,
action: (context) => goToPage('/', context.router),
priority: 3
Expand Down
4 changes: 3 additions & 1 deletion web/client/product/assets/css/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ html, body, #container, .fill {
padding: 0;
overflow: hidden;
}

#home-button {
float: right;
}
.hidden {
display: none !important;
}
Expand Down

0 comments on commit 046b57d

Please sign in to comment.