🎨
This commit is contained in:
		
							parent
							
								
									87a0ed8b46
								
							
						
					
					
						commit
						e023a9b3d8
					
				
					 1 changed files with 6 additions and 9 deletions
				
			
		|  | @ -38,23 +38,20 @@ | ||||||
| 				</FormSection> | 				</FormSection> | ||||||
| 				<FormSection> | 				<FormSection> | ||||||
| 					<template #label>{{ i18n.ts._aboutMisskey.contributors }}</template> | 					<template #label>{{ i18n.ts._aboutMisskey.contributors }}</template> | ||||||
| 					<div class="_formLinks"> | 					<div class="_formLinksGrid"> | ||||||
| 						<FormLink to="https://github.com/syuilo" external>@syuilo</FormLink> | 						<FormLink to="https://github.com/syuilo" external>@syuilo</FormLink> | ||||||
| 						<FormLink to="https://github.com/AyaMorisawa" external>@AyaMorisawa</FormLink> |  | ||||||
| 						<FormLink to="https://github.com/mei23" external>@mei23</FormLink> |  | ||||||
| 						<FormLink to="https://github.com/acid-chicken" external>@acid-chicken</FormLink> |  | ||||||
| 						<FormLink to="https://github.com/tamaina" external>@tamaina</FormLink> | 						<FormLink to="https://github.com/tamaina" external>@tamaina</FormLink> | ||||||
|  | 						<FormLink to="https://github.com/acid-chicken" external>@acid-chicken</FormLink> | ||||||
| 						<FormLink to="https://github.com/rinsuki" external>@rinsuki</FormLink> | 						<FormLink to="https://github.com/rinsuki" external>@rinsuki</FormLink> | ||||||
| 						<FormLink to="https://github.com/Xeltica" external>@Xeltica</FormLink> |  | ||||||
| 						<FormLink to="https://github.com/u1-liquid" external>@u1-liquid</FormLink> |  | ||||||
| 						<FormLink to="https://github.com/marihachi" external>@marihachi</FormLink> |  | ||||||
| 					</div> | 					</div> | ||||||
| 					<template #caption><MkLink url="https://github.com/misskey-dev/misskey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template> | 					<template #caption><MkLink url="https://github.com/misskey-dev/misskey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template> | ||||||
| 				</FormSection> | 				</FormSection> | ||||||
| 				<FormSection> | 				<FormSection> | ||||||
| 					<template #label><Mfm text="$[jelly ❤]"/> {{ i18n.ts._aboutMisskey.patrons }}</template> | 					<template #label><Mfm text="$[jelly ❤]"/> {{ i18n.ts._aboutMisskey.patrons }}</template> | ||||||
| 					<div v-for="patron in patrons" :key="patron">{{ patron }}</div> | 					<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); grid-gap: 12px;"> | ||||||
| 					<template #caption>{{ i18n.ts._aboutMisskey.morePatrons }}</template> | 						<div v-for="patron in patrons" :key="patron">{{ patron }}</div> | ||||||
|  | 					</div> | ||||||
|  | 					<p>{{ i18n.ts._aboutMisskey.morePatrons }}</p> | ||||||
| 				</FormSection> | 				</FormSection> | ||||||
| 			</div> | 			</div> | ||||||
| 		</MkSpacer> | 		</MkSpacer> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue