fix(frontend): ユーザー名が長い場合に、フォローボタンを折り返して表示させる (#11326)

This commit is contained in:
日高 凌 2023-07-20 08:11:16 +09:00 committed by GitHub
parent 5f5c4fc44f
commit 5e53b41f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;