diff options
| author | kPherox <admin@mail.kr-kp.com> | 2019-11-18 00:27:14 +0900 |
|---|---|---|
| committer | kPherox <admin@mail.kr-kp.com> | 2019-11-20 00:19:47 +0900 |
| commit | 2bc549a66a0e189698e38c029cf8d0bfb19d0351 (patch) | |
| tree | a6cd08e8c16d9437beb08b9ff0817800837f30dd /src/components/user_profile/user_profile.vue | |
| parent | ca4d5950d08aec6fe016b56f7125f7328c1e19a1 (diff) | |
Fix emoji size
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index f979eff4..d5aa514e 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -152,6 +152,18 @@ flex-basis: 500px; .user-profile-fields { + img { + object-fit: contain; + vertical-align: middle; + max-width: 100%; + max-height: 400px; + + &.emoji { + width: 32px; + height: 32px; + } + } + dl { margin: 1em 1.5em; |
