Skip to content

Commit

Permalink
Merge pull request #3077 from owncloud/feature/improved-nav
Browse files Browse the repository at this point in the history
Moved sidebar navigation under top bar
  • Loading branch information
Vincent Petry authored Feb 27, 2020
2 parents 53c5d4a + 98e4f51 commit fcd0b40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/3858
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change: Moved sidebar navigation under top bar

We've adjusted the position of the sidebar navigation to be under the top bar.

https://github.com/owncloud/phoenix/pull/3077
7 changes: 7 additions & 0 deletions src/components/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ export default {
}
}
</script>

<style scoped>
/* Workaround until we decide what to do with the sidebar navigation */
#coreMenu {
top: 60px;
}
</style>

0 comments on commit fcd0b40

Please sign in to comment.