mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 01:54:33 +02:00
Fix:Local media item page long titles overflowing screen pushing play & more menu button offscreen #1103
This commit is contained in:
parent
6baff881c7
commit
0eb62f541d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class="w-full h-full py-6 px-2">
|
||||
<div v-if="localLibraryItem" class="w-full h-full">
|
||||
<div class="px-2 flex items-center mb-2">
|
||||
<p class="text-base font-semibold">{{ mediaMetadata.title }}</p>
|
||||
<p class="text-base font-semibold truncate">{{ mediaMetadata.title }}</p>
|
||||
<div class="flex-grow" />
|
||||
|
||||
<button v-if="audioTracks.length && !isPodcast" class="shadow-sm text-success flex items-center justify-center rounded-full mx-2" @click.stop="play">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue