Skip to content

Commit 17ea075

Browse files
committed
sidebar style
1 parent 36b62c3 commit 17ea075

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/routes/main/components/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<v-navigation-drawer dark clipped fixed app v-model="$store.state.drawer" class="secondary" value="false">
2+
<v-navigation-drawer dark clipped fixed app v-model="$store.state.drawer" class="secondary main-sidebar" value="false" width="220">
33
<v-list dense>
44
<template v-if="checkRole(item.guard)" v-for="(item) in items">
55
<v-list-group v-model="item.model" :key="item.text" :prepend-icon="item.model ? item.icon : item['icon-alt']"

src/stylus/main.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// main.styl
22
@import '~vuetify/src/stylus/main'
33

4+
.main-sidebar
5+
.list__tile
6+
height: 30px !important
7+
48
table.table tbody td,
59
table.table tbody th
610
height: 30px !important

0 commit comments

Comments
 (0)