Skip to content

Commit

Permalink
Properly align appnavigationtoggle
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini committed Jun 29, 2021
1 parent 195a36d commit 74f0512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/assets/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ $navigation-width: 300px;

// mobile breakpoint
$breakpoint-mobile: 1024px;

// top-bar spacing
$topbar-margin: 4px;
4 changes: 2 additions & 2 deletions src/components/AppNavigationToggle/AppNavigationToggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export default {
button.app-navigation-toggle {
position: absolute;
top: 0;
right: 0;
top: $topbar-margin;
right: - $topbar-margin;
margin-right: - $clickable-area;
}
Expand Down

0 comments on commit 74f0512

Please sign in to comment.