mirror of
https://github.com/gotson/komga.git
synced 2026-05-01 03:11:32 +02:00
refactor: visual improvements
This commit is contained in:
parent
cdfc068430
commit
00f7e71f4c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
</v-app-bar>
|
||||
|
||||
<v-navigation-drawer app v-model="drawerVisible">
|
||||
<v-list-item :to="{name: 'home'}" exact exact-active-class="false">
|
||||
<v-list-item @click="$router.push({name: 'home'})" inactive class="pb-2">
|
||||
<v-list-item-avatar>
|
||||
<v-img src="../assets/logo.svg"/>
|
||||
</v-list-item-avatar>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
<v-divider class="mt-2"/>
|
||||
<v-divider/>
|
||||
|
||||
<v-list>
|
||||
<v-list-item :to="{name: 'home'}" exact>
|
||||
|
|
|
|||
Loading…
Reference in a new issue