ノート埋込時のリアクションはたたまれるように
This commit is contained in:
		| @@ -131,7 +131,7 @@ SPDX-License-Identifier: AGPL-3.0-only | |||||||
| 					<MkTime :time="appearNote.createdAt" mode="detail" colored/> | 					<MkTime :time="appearNote.createdAt" mode="detail" colored/> | ||||||
| 				</MkA> | 				</MkA> | ||||||
| 			</div> | 			</div> | ||||||
| 			<MkReactionsViewer v-if="appearNote.reactionAcceptance !== 'likeOnly'" ref="reactionsViewer" :note="appearNote"/> | 			<MkReactionsViewer v-if="appearNote.reactionAcceptance !== 'likeOnly'" ref="reactionsViewer" :maxNumber="inEmbedPage ? 16 : undefined" :note="appearNote"/> | ||||||
| 			<template v-if="inEmbedPage"> | 			<template v-if="inEmbedPage"> | ||||||
| 				<a :href="`/notes/${appearNote.id}`" target="_blank" rel="noopener" :class="[$style.noteFooterButton, $style.footerButtonLink]" class="_button"> | 				<a :href="`/notes/${appearNote.id}`" target="_blank" rel="noopener" :class="[$style.noteFooterButton, $style.footerButtonLink]" class="_button"> | ||||||
| 					<i class="ti ti-arrow-back-up"></i> | 					<i class="ti ti-arrow-back-up"></i> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 kakkokari-gtyih
					kakkokari-gtyih