kopia lustrzana https://github.com/manuelkasper/sotlas-frontend
				
				
				
			Fix photo editor positioning again
							rodzic
							
								
									ac2fbde617
								
							
						
					
					
						commit
						86f9d509e9
					
				|  | @ -1,6 +1,6 @@ | |||
| <template> | ||||
|   <div class="inline"> | ||||
|     <div v-for="group in groups" :key="group.key"> | ||||
|     <div v-for="group in groups" class="inline" :key="group.key"> | ||||
|       <SummitPhotosGroup ref="photosGroup" :photos="group.photos" :title="group.title" :titleLink="group.titleLink" :summit="summit" :editable="editable" :showSummitName="showSummitName" :showWaypointButton="showWaypointButton" @editPhoto="onEditPhoto" @deletePhoto="onDeletePhoto" @reorderPhotos="onReorderPhotos"> | ||||
|         <template v-slot:title> | ||||
|           <template v-if="showSummitName"> | ||||
|  | @ -162,7 +162,7 @@ export default { | |||
| </script> | ||||
| 
 | ||||
| <style scoped> | ||||
| .inline, .inline > div { | ||||
| .inline { | ||||
|   display: inline-block; | ||||
|   vertical-align: top; | ||||
| } | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Manuel Kasper
						Manuel Kasper