1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Tweak alignment of reactions row, move add reaction to right and only show on hover

This commit is contained in:
Michael Telatynski
2021-05-13 13:32:38 +01:00
parent b5fa4d88bf
commit 36633ec025
3 changed files with 12 additions and 6 deletions

View File

@@ -192,8 +192,8 @@ export default class ReactionsRow extends React.PureComponent {
aria-label={_t("Reactions")}
>
{ items }
{ addReactionButton }
{ showAllButton }
{ addReactionButton }
</div>;
}
}