about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-05-17 11:16:30 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:23 -0500
commit21c37307034cfea888b8227fbf5f031872207ff3 (patch)
tree31f2df6d9094e5decc6a392e49839fb87fc80094 /app/views
parentdd021e85709e5173f6753b188db424729374db3d (diff)
make large emojos 24px instead of 32px
Diffstat (limited to 'app/views')
-rwxr-xr-xapp/views/layouts/application.html.haml4
1 files 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