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