about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-05-16 15:41:49 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:23 -0500
commit8a1ac197778aaf654472788d10461c855dca3b10 (patch)
tree1c9933aad0eedd917168fa022a829f74ef49e898 /app/views
parent506d2e9cf05bf9c2f927d581f52e1e268b724092 (diff)
when autoplay is off play animated emoji on hover
Diffstat (limited to 'app/views')
-rwxr-xr-xapp/views/layouts/application.html.haml1
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