Enhance(frontend): もっと!ボタンでリアクション一覧が開けるように (misskey-dev#12935) (MisskeyIO#524)

Co-authored-by: 1Step621 <onestep621@gmail.com>
This commit is contained in:
まっちゃとーにゅ 2024-03-15 14:17:42 +09:00 committed by GitHub
parent 6bd7e85976
commit b33cc203ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 34 additions and 10 deletions

View file

@ -100,6 +100,8 @@ watch([() => props.note.reactions, () => props.maxNumber], ([newSource, maxNumbe
}
.root {
display: flex;
flex-wrap: wrap;
margin: 4px -2px 0 -2px;
&:empty {