Update MkReactionsViewer.vue

This commit is contained in:
かっこかり 2025-05-30 22:02:03 +09:00 committed by GitHub
parent 1f9712a9bb
commit 686aa1dba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ watch([() => props.reactions, () => props.maxNumber], ([newSource, maxNumber]) =
position: absolute;
}
.root, .moreReactions {
.root {
display: flex;
flex-wrap: wrap;
align-items: center;