mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-06 04:38:36 +00:00
feat(default.vue): removing one of two dividers when no library to display
This commit is contained in:
parent
ec5938e1ab
commit
f35a4e3c57
@ -23,7 +23,7 @@
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
<v-divider></v-divider>
|
||||
<v-divider v-if="libraries.length > 0"></v-divider>
|
||||
<v-list>
|
||||
<v-list-item
|
||||
v-for="(library, i) in libraries"
|
||||
|
Loading…
x
Reference in New Issue
Block a user