Skip to content

Commit

Permalink
Use large border-radius in AppNavigation
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
  • Loading branch information
quentinguidee authored and GretaD committed May 30, 2022
1 parent 3d6b4eb commit ae8ac76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AppNavigation/AppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export default {
position: -webkit-sticky;
top: $header-height;
left: 0;
padding: 8px 12px;
// Above appcontent
z-index: 1800;
height: calc(100vh - #{$header-height});
Expand Down
1 change: 1 addition & 0 deletions src/components/AppNavigationItem/AppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ export default {
width: 100%;
min-height: $clickable-area;
padding-right: 8px;
border-radius: var(--border-radius-large);
&-wrapper {
position: relative;
Expand Down

0 comments on commit ae8ac76

Please sign in to comment.