diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-05-16 14:46:17 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:23 -0500 |
commit | 506d2e9cf05bf9c2f927d581f52e1e268b724092 (patch) | |
tree | 098b8ab8cf2ddae230c5d26feca7d6fd275f173f /app/views/layouts | |
parent | e58efb85285fdc562edc4bcb8ec9f9f5d451ba2b (diff) |
add option to embiggen the emojos & embiggen small bbcode text on hover
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 |