fedibird-fe/app/views/statuses/_reaction_item.html.haml
2023-01-16 12:58:29 +09:00

8 lines
476 B
Text

.reactions-bar__item-wrapper
%button.reactions-bar__item{ title: reaction_item['name'], style: 'transform: scale(1); position: static;', disable: true }
%span.reactions-bar__item__emoji
= grouped_reaction_custom_emoji_tag(reaction_item, animate = current_account&.user&.setting_auto_play_gif)
%span.reactions-bar__item__count
%span.animated-number
%span{ style: 'position: static; transform: translateY(0%);' }
= reaction_item['count']