mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Update:Cleanup collections edit modal ui for mobile
This commit is contained in:
		
							parent
							
								
									fdf647eb32
								
							
						
					
					
						commit
						e44595521d
					
				| @ -8,10 +8,9 @@ | ||||
|     <div class="p-4 w-full text-sm py-6 rounded-lg bg-bg shadow-lg border border-black-300 relative overflow-hidden" style="min-height: 400px; max-height: 80vh"> | ||||
|       <template v-if="!showImageUploader"> | ||||
|         <form @submit.prevent="submitForm"> | ||||
|           <div class="flex"> | ||||
|             <div> | ||||
|           <div class="flex flex-wrap"> | ||||
|             <div class="w-full flex justify-center mb-2 md:w-auto md:mb-0 md:block"> | ||||
|               <covers-collection-cover :book-items="books" :width="200" :height="100 * bookCoverAspectRatio" :book-cover-aspect-ratio="bookCoverAspectRatio" /> | ||||
|               <!-- <ui-btn type="button" @click="showImageUploader = true">Upload</ui-btn> --> | ||||
|             </div> | ||||
|             <div class="flex-grow px-4"> | ||||
|               <ui-text-input-with-label v-model="newCollectionName" :label="$strings.LabelName" class="mb-2" /> | ||||
| @ -41,7 +40,6 @@ | ||||
|           <ui-btn color="success">Upload</ui-btn> | ||||
|         </div> | ||||
|       </template> | ||||
|       <!-- <modals-upload-image-modal v-model="showUploadImageModal" entity="collection" :entity-id="collection.id" /> --> | ||||
|     </div> | ||||
|   </modals-modal> | ||||
| </template> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user