enhance(frontend): tweak user moderation page
This commit is contained in:
		| @@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||
| 	<Transition :name="defaultStore.state.animation ? '_transition_zoom' : ''" mode="out-in"> | ||||
| 		<MkLoading v-if="fetching"/> | ||||
| 		<div v-else :class="$style.root" class="_panel"> | ||||
| 			<MkA v-for="user in moderators" :key="user.id" class="user" :to="`/user-info/${user.id}`"> | ||||
| 			<MkA v-for="user in moderators" :key="user.id" class="user" :to="`/admin/user/${user.id}`"> | ||||
| 				<MkAvatar :user="user" class="avatar" indicator/> | ||||
| 			</MkA> | ||||
| 		</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo