aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-06-17 18:34:24 +0300
committerShpuld Shpuldson <shp@cock.li>2020-06-17 18:34:24 +0300
commit632f62ee0f24fc87d29550b961b9e3b0230e3812 (patch)
tree8014fe433a20c90af3701f0e21ca0034552f6362 /src/components/user_profile
parent580fcd3ad9508befbe93658c2ee7a4e8d776db4b (diff)
resume the previous emoji size for now
Diffstat (limited to 'src/components/user_profile')
-rw-r--r--src/components/user_profile/user_profile.vue4
1 files 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;
}
}