From 21c37307034cfea888b8227fbf5f031872207ff3 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 17 May 2019 11:16:30 -0500 Subject: [PATCH] make large emojos 24px instead of 32px --- app/views/layouts/application.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 85094b73d..856f4b045 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -87,8 +87,8 @@ -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 } + .status__content .emojione { width: 24px !important; height: 24px !important } + .status__content .hoverplay:hover { padding-left: 24px !important } %body{ class: body_classes } = content_for?(:content) ? yield(:content) : yield