mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	🎨
This commit is contained in:
		
							parent
							
								
									352e16be2e
								
							
						
					
					
						commit
						0d571f5480
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -10,12 +10,12 @@
 | 
			
		|||
	@closed="emit('closed')"
 | 
			
		||||
>
 | 
			
		||||
	<template #header>{{ i18n.ts.describeFile }}</template>
 | 
			
		||||
	<div>
 | 
			
		||||
		<MkDriveFileThumbnail class="thumbnail" :file="file" fit="contain" style="height: 100px;"/>
 | 
			
		||||
	<MkSpacer :margin-min="20" :margin-max="28">
 | 
			
		||||
		<MkDriveFileThumbnail :file="file" fit="contain" style="height: 100px; margin-bottom: 16px;"/>
 | 
			
		||||
		<MkTextarea v-model="caption" autofocus :placeholder="i18n.ts.inputNewDescription">
 | 
			
		||||
			<template #label>{{ i18n.ts.caption }}</template>
 | 
			
		||||
		</MkTextarea>
 | 
			
		||||
	</div>
 | 
			
		||||
	</MkSpacer>
 | 
			
		||||
</XModalWindow>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue