mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Change: audio player author and duration styles #122
This commit is contained in:
		
							parent
							
								
									806017175d
								
							
						
					
					
						commit
						ee62385980
					
				| @ -8,8 +8,15 @@ | |||||||
|         <nuxt-link :to="`/audiobook/${streamAudiobook.id}`" class="hover:underline cursor-pointer text-lg"> |         <nuxt-link :to="`/audiobook/${streamAudiobook.id}`" class="hover:underline cursor-pointer text-lg"> | ||||||
|           {{ title }} <span v-if="stream && $isDev" class="text-xs text-gray-400">({{ stream.id }})</span> |           {{ title }} <span v-if="stream && $isDev" class="text-xs text-gray-400">({{ stream.id }})</span> | ||||||
|         </nuxt-link> |         </nuxt-link> | ||||||
|         <p class="text-gray-200 text-base hover:underline cursor-pointer" @click="filterByAuthor">by {{ author }}</p> |         <div class="text-gray-400 flex items-center"> | ||||||
|         <p class="font-mono text-sm text-gray-200">{{ totalDurationPretty }}</p> |           <span class="material-icons text-sm">person</span> | ||||||
|  |           <p class="text-base hover:underline cursor-pointer pl-2" @click="filterByAuthor">{{ author }}</p> | ||||||
|  |         </div> | ||||||
|  | 
 | ||||||
|  |         <div class="text-gray-400 flex items-center"> | ||||||
|  |           <span class="material-icons text-xs">schedule</span> | ||||||
|  |           <p class="font-mono text-sm pl-2 pb-px">{{ totalDurationPretty }}</p> | ||||||
|  |         </div> | ||||||
|       </div> |       </div> | ||||||
|       <div class="flex-grow" /> |       <div class="flex-grow" /> | ||||||
|       <span v-if="stream" class="material-icons px-4 cursor-pointer" @click="cancelStream">close</span> |       <span v-if="stream" class="material-icons px-4 cursor-pointer" @click="cancelStream">close</span> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user