We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b62c3 commit 17ea075Copy full SHA for 17ea075
src/routes/main/components/Sidebar.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <v-navigation-drawer dark clipped fixed app v-model="$store.state.drawer" class="secondary" value="false">
+ <v-navigation-drawer dark clipped fixed app v-model="$store.state.drawer" class="secondary main-sidebar" value="false" width="220">
3
<v-list dense>
4
<template v-if="checkRole(item.guard)" v-for="(item) in items">
5
<v-list-group v-model="item.model" :key="item.text" :prepend-icon="item.model ? item.icon : item['icon-alt']"
src/stylus/main.styl
@@ -1,6 +1,10 @@
// main.styl
@import '~vuetify/src/stylus/main'
+.main-sidebar
+ .list__tile
6
+ height: 30px !important
7
+
8
table.table tbody td,
9
table.table tbody th
10
height: 30px !important
0 commit comments