Skip to content

Commit

Permalink
fix(frontend): ユーザー名が長い場合に、フォローボタンを折り返して表示させる
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Jul 19, 2023
1 parent af3258d commit bd38bc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/pages/gallery/post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ definePageMetadata(computed(() => post ? {
border-top: solid 0.5px var(--divider);
display: flex;
align-items: center;
flex-wrap: wrap;
> .avatar {
width: 52px;
Expand Down

0 comments on commit bd38bc2

Please sign in to comment.