Skip to content

Commit

Permalink
renderer: no border-radius for navigation drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Nov 8, 2021
1 parent 4019cb3 commit 74c4459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/AppNav/AppNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export default {
}
.appbar-drawer {
border-radius: 0;
user-select: none;
.header {
display: flex;
Expand Down

0 comments on commit 74c4459

Please sign in to comment.