From 327de39473a15befdd88a4e141a2c450bb1f8c4e Mon Sep 17 00:00:00 2001 From: Sho Kusano Date: Tue, 25 Dec 2018 21:11:12 +0900 Subject: [PATCH] Disable profile emoji expantion --- app/javascript/styles/nico/profile_emoji.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/javascript/styles/nico/profile_emoji.scss b/app/javascript/styles/nico/profile_emoji.scss index c24184dadcfab5..48d0c73582208c 100644 --- a/app/javascript/styles/nico/profile_emoji.scss +++ b/app/javascript/styles/nico/profile_emoji.scss @@ -1,3 +1,8 @@ +/** + * DO NOT EXPAND PROFILE EMOJI. + * this feature conflict with https://github.com/tootsuite/mastodon/pull/8205/files + * Uncomment this section, If you have any great solution. + // Overrides 'overflow: hidden' due to display expanded emojis .status__content, .display-name__html, @@ -23,3 +28,5 @@ } } } + + */