diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-10 01:56:21 +0100 |
|---|---|---|
| committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-10 01:56:51 +0100 |
| commit | 07a46f7736eb881a62669f27af355713f28bee78 (patch) | |
| tree | 4ae2cc24706d8eb2089d064b11147e30a22e6c92 /src | |
| parent | 09736691ea79e66c9e41d6f723384769088eb2d0 (diff) | |
user_card.vue: Set img.emoji to 32×32px
Related to https://git.pleroma.social/pleroma/pleroma/merge_requests/792
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card/user_card.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index cc2ce6b8..7ea96e80 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -159,6 +159,11 @@ &-bio { text-align: center; + + img.emoji { + width: 32px; + height: 32px; + } } // Modifiers |
