fix(frontend): 自分に割り当てられたロール一覧の余白を調整 (#16747)
This commit is contained in:
parent
6bce19655b
commit
ca89c86426
|
|
@ -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>
|
||||
|
||||
<MkRolePreview v-for="role in $i.roles" :key="role.id" :role="role" :forModeration="false"/>
|
||||
<div class="_gaps_s">
|
||||
<MkRolePreview v-for="role in $i.roles" :key="role.id" :role="role" :forModeration="false"/>
|
||||
</div>
|
||||
</MkFolder>
|
||||
</SearchMarker>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue