diff options
Diffstat (limited to 'app/views/layouts')
-rwxr-xr-x | app/views/layouts/application.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 2f66532c5..387a0f7c3 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -85,5 +85,9 @@ :css .drawer__inner__mastodon>img { display: none !important } + -if current_account&.user_wants_larger_emoji? + :css + .status__content .emojione { width: 32px !important; height: 32px !important } + %body{ class: body_classes } = content_for?(:content) ? yield(:content) : yield |