diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-11 05:14:49 +0100 |
|---|---|---|
| committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-11 05:14:49 +0100 |
| commit | d0e78df22062105435f81b1d147434af8cce1530 (patch) | |
| tree | 010d3734bd7462250c4fa970ec3de9c594156aef /src/components/user_card/user_card.vue | |
| parent | 07a46f7736eb881a62669f27af355713f28bee78 (diff) | |
user_card.vue: Copy over .status-content img styling
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 7ea96e80..002cb48f 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -160,9 +160,16 @@ &-bio { text-align: center; - img.emoji { - width: 32px; - height: 32px; + img { + object-fit: contain; + vertical-align: middle; + max-width: 100%; + max-height: 400px; + + .emoji { + width: 32px; + height: 32px; + } } } |
