fix: square nav icons

This commit is contained in:
NGPixel
2020-02-09 22:55:53 -05:00
parent 09554c8528
commit 9384ce14d5
2 changed files with 26 additions and 26 deletions

View File

@@ -13,7 +13,7 @@
v-if='item.kind === `link`'
:href='item.target'
)
v-list-item-avatar(size='24')
v-list-item-avatar(size='24', tile)
v-icon {{ item.icon }}
v-list-item-title {{ item.label }}
v-divider.my-2(v-else-if='item.kind === `divider`')