make large emojos 24px instead of 32px

staging
multiple creatures 2019-05-17 11:16:30 -05:00
parent dd021e8570
commit 21c3730703
1 changed files with 2 additions and 2 deletions

View File

@ -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