fix(frontend): ユーザー名が長い場合に、フォローボタンを折り返して表示させる (#11326)
This commit is contained in:
parent
5f5c4fc44f
commit
5e53b41f2d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue