fedibird-fe/app/views/statuses/_reaction_item.html.haml

9 lines
476 B
Text
Raw Normal View History

2022-04-14 07:20:16 +00:00
.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']