fix(frontend): 自分に割り当てられたロール一覧の余白を調整 (#16747)

This commit is contained in:
かっこかり 2025-11-04 15:12:20 +09:00 committed by GitHub
parent 6bce19655b
commit ca89c86426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #icon><SearchIcon><i class="ti ti-badges"></i></SearchIcon></template>
<template #label><SearchLabel>{{ i18n.ts.rolesAssignedToMe }}</SearchLabel></template>
<div class="_gaps_s">
<MkRolePreview v-for="role in $i.roles" :key="role.id" :role="role" :forModeration="false"/>
</div>
</MkFolder>
</SearchMarker>