From 8a1ac197778aaf654472788d10461c855dca3b10 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 16 May 2019 15:41:49 -0500 Subject: when autoplay is off play animated emoji on hover --- app/views/layouts/application.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views') 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 -- cgit