Skip to content

Commit

Permalink
adjust list styles to be same in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Jan 20, 2020
1 parent 9560d58 commit f09c2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
clipped
v-model="drawer"
>
<v-list class="d-block d-sm-none">
<v-list dense class="d-block d-sm-none">
<v-list-item inactive>
<v-text-field
solo-inverted
Expand Down Expand Up @@ -84,7 +84,7 @@
</v-list-item-group>
</v-list>

<v-list class="d-block d-sm-none">
<v-list dense class="d-block d-sm-none">
<v-subheader>FEEDS</v-subheader>
<v-list-item @click="refreshFeed">
<v-list-item-icon>
Expand Down

0 comments on commit f09c2f7

Please # to comment.