Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:luniehq/lunie into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MergeBack Lunie Bot committed Nov 29, 2019
2 parents 6fabfae + 7ea42e5 commit 4624e03
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/colw_fix-delegation-query-reload
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Fixed] [#3218](https://github.com/cosmos/lunie/pull/3218) Fix small typo in delegations query @colw
1 change: 1 addition & 0 deletions changes/fabo_fix-menu-scrolling-mobile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Fixed] [#3172](https://github.com/cosmos/lunie/issues/3172) Fixed menu scrolling up on mobile @faboweb
1 change: 1 addition & 0 deletions changes/fabo_fix-page-proposal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Fixed] Hide balance header on page proposals @faboweb
7 changes: 7 additions & 0 deletions src/components/common/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ export default {
padding-top: 1.4rem;
}
@media screen and (max-width: 1023px) {
.app-header > .container {
position: fixed;
top: 0;
}
}
.app-header .header-item {
padding: 1.75rem;
font-size: 0;
Expand Down

0 comments on commit 4624e03

Please sign in to comment.