mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-22 21:33:38 +02:00
Update:New library icons
This commit is contained in:
parent
23927a1d59
commit
4735b51dc0
16 changed files with 178 additions and 121 deletions
|
@ -13,7 +13,7 @@
|
|||
<li :key="library.id" class="text-gray-50 select-none relative py-3 cursor-pointer hover:bg-black-400" :class="currentLibraryId === library.id ? 'bg-bg bg-opacity-80' : ''" role="option" @click="clickedOption(library)">
|
||||
<div v-show="currentLibraryId === library.id" class="absolute top-0 left-0 w-0.5 bg-warning h-full" />
|
||||
<div class="flex items-center px-3">
|
||||
<widgets-library-icon :icon="library.icon" />
|
||||
<ui-library-icon :icon="library.icon" />
|
||||
<span class="font-normal block truncate text-lg ml-4">{{ library.name }}</span>
|
||||
</div>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue