Merge branch 'fix-dynamic-transition-group' of https://github.com/kakkokari-gtyih/misskey into fix-dynamic-transition-group

This commit is contained in:
kakkokari-gtyih 2025-05-31 12:57:16 +09:00
commit 292d079ae3
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;