mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix:Hide remove icon from author images with no image
This commit is contained in:
		
							parent
							
								
									6cfe583535
								
							
						
					
					
						commit
						3c465994fe
					
				| @ -11,7 +11,7 @@ | |||||||
|           <div class="w-40 p-2"> |           <div class="w-40 p-2"> | ||||||
|             <div class="w-full h-45 relative"> |             <div class="w-full h-45 relative"> | ||||||
|               <covers-author-image :author="author" /> |               <covers-author-image :author="author" /> | ||||||
|               <div v-show="!processing" class="absolute top-0 left-0 w-full h-full opacity-0 hover:opacity-100"> |               <div v-show="!processing && author.imagePath" class="absolute top-0 left-0 w-full h-full opacity-0 hover:opacity-100"> | ||||||
|                 <span class="absolute top-2 right-2 material-icons text-error transform hover:scale-125 transition-transform cursor-pointer text-lg" @click="removeCover">delete</span> |                 <span class="absolute top-2 right-2 material-icons text-error transform hover:scale-125 transition-transform cursor-pointer text-lg" @click="removeCover">delete</span> | ||||||
|               </div> |               </div> | ||||||
|             </div> |             </div> | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user