🎨
This commit is contained in:
		| @@ -32,6 +32,7 @@ | ||||
| 				<i v-else-if="note.visibility === 'specified'" ref="specified" class="ti ti-mail"></i> | ||||
| 			</span> | ||||
| 			<span v-if="note.localOnly" style="margin-left: 0.5em;" :title="i18n.ts._visibility['disableFederation']"><i class="ti ti-world-off"></i></span> | ||||
| 			<span v-if="note.channel" style="margin-left: 0.5em;" :title="note.channel.name"><i class="ti ti-device-tv"></i></span> | ||||
| 		</div> | ||||
| 	</div> | ||||
| 	<div v-if="renoteCollapsed" :class="$style.collapsedRenoteTarget"> | ||||
|   | ||||
| @@ -18,6 +18,7 @@ | ||||
| 			<i v-else-if="note.visibility === 'specified'" ref="specified" class="ti ti-mail"></i> | ||||
| 		</span> | ||||
| 		<span v-if="note.localOnly" style="margin-left: 0.5em;" :title="i18n.ts._visibility['disableFederation']"><i class="ti ti-world-off"></i></span> | ||||
| 		<span v-if="note.channel" style="margin-left: 0.5em;" :title="note.channel.name"><i class="ti ti-device-tv"></i></span> | ||||
| 	</div> | ||||
| </header> | ||||
| </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo