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>;
}
}