diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-05-16 15:41:49 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:23 -0500 |
commit | 8a1ac197778aaf654472788d10461c855dca3b10 (patch) | |
tree | 1c9933aad0eedd917168fa022a829f74ef49e898 /app/views/layouts | |
parent | 506d2e9cf05bf9c2f927d581f52e1e268b724092 (diff) |
when autoplay is off play animated emoji on hover
Diffstat (limited to 'app/views/layouts')
-rwxr-xr-x | app/views/layouts/application.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 387a0f7c3..85094b73d 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -88,6 +88,7 @@ -if current_account&.user_wants_larger_emoji? :css .status__content .emojione { width: 32px !important; height: 32px !important } + .status__content .hoverplay:hover { padding-left: 32px !important } %body{ class: body_classes } = content_for?(:content) ? yield(:content) : yield |