diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-17 18:34:24 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-17 18:34:24 +0300 |
| commit | 632f62ee0f24fc87d29550b961b9e3b0230e3812 (patch) | |
| tree | 8014fe433a20c90af3701f0e21ca0034552f6362 /src/components/user_profile/user_profile.vue | |
| parent | 580fcd3ad9508befbe93658c2ee7a4e8d776db4b (diff) | |
resume the previous emoji size for now
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 4 |
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; } } |
