mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-09 11:21:47 +02:00
Update Year in review icons, update some icons to be larger, fix read more/less, audio player use keyboard arrow down
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<p class="text-base font-semibold">{{ $strings.LabelFolder }}: {{ folderName }}</p>
|
||||
<div class="flex-grow" />
|
||||
|
||||
<span v-if="dialogItems.length" class="material-symbols" @click="showDialog = true">more_vert</span>
|
||||
<span v-if="dialogItems.length" class="material-symbols text-2xl" @click="showDialog = true">more_vert</span>
|
||||
</div>
|
||||
|
||||
<p class="text-sm mb-4 text-fg-muted">{{ $strings.LabelMediaType }}: {{ mediaType }}</p>
|
||||
|
||||
Reference in New Issue
Block a user