Skip to content

Commit

Permalink
フォロー申請を送ったユーザーの名前が長すぎると操作が行えないのを修正 Fix #2439
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Mar 4, 2023
1 parent f7d23ed commit 6d8ca40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/client/app/common/views/pages/follow-requests.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<router-link :key="req.id" :to="req.follower | userPage">
<mk-user-name :user="req.follower"/>
</router-link>
<span>
<div>
<a @click="accept(req.follower)">{{ $t('accept') }}</a> | <a @click="reject(req.follower)">{{ $t('reject') }}</a>
</span>
</div>
</div>
</sequential-entrance>
</div>
Expand Down Expand Up @@ -63,7 +63,6 @@ export default Vue.extend({

<style lang="stylus" scoped>
.mcbzkkaw
display flex
padding 16px
border solid 1px var(--faceDivider)
border-radius 4px
Expand Down

0 comments on commit 6d8ca40

Please sign in to comment.