Skip to content

Commit

Permalink
sidebar style
Browse files Browse the repository at this point in the history
  • Loading branch information
szczepanmasny committed Dec 4, 2018
1 parent 36b62c3 commit 17ea075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/main/components/Sidebar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<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">
<v-list dense>
<template v-if="checkRole(item.guard)" v-for="(item) in items">
<v-list-group v-model="item.model" :key="item.text" :prepend-icon="item.model ? item.icon : item['icon-alt']"
Expand Down
4 changes: 4 additions & 0 deletions src/stylus/main.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// main.styl
@import '~vuetify/src/stylus/main'

.main-sidebar
.list__tile
height: 30px !important

table.table tbody td,
table.table tbody th
height: 30px !important
Expand Down

0 comments on commit 17ea075

Please sign in to comment.