From 632f62ee0f24fc87d29550b961b9e3b0230e3812 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Wed, 17 Jun 2020 18:34:24 +0300 Subject: [PATCH] resume the previous emoji size for now --- src/components/user_profile/user_profile.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 2892a121..445f0471 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -148,8 +148,8 @@ max-height: 400px; &.emoji { - width: 24px; - height: 24px; + width: 18px; + height: 18px; } }