Skip to content

Commit

Permalink
rounded border
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Sep 21, 2023
1 parent 5c23ecc commit 3c402aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app_vue/src/layout/navigationBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
rail-width="41"
width="400"
permanent
:class="{ 'expanded-drawer': state.expand }"
>
<v-list class="navbar-icon" :class="{'navbar-icon__x': state.expand}" @click="expandNavBar">
<vue-feather v-show="!state.expand" type="align-justify"></vue-feather>
Expand Down Expand Up @@ -102,12 +103,9 @@

<style lang="scss" scoped>
// vuetify overrides
:deep #navigation {
:deep .expanded-drawer {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
display: flex;
flex-direction: column;
height: 100%;
}
:deep .v-list.navbar-icon {
Expand Down

0 comments on commit 3c402aa

Please sign in to comment.