aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-04-20 21:06:34 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-04-20 21:12:56 +0200
commit14d506154e844cbae82489dd4edfd1d31c0559db (patch)
tree4992558d1c70d3ce5df43d26ff7b4e325aceb8b2
parent61d04b88233316a30726f4104f66573c75b93ce4 (diff)
user_card.vue: Fix .emoji to apply to img
-rw-r--r--src/components/user_card/user_card.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue
index b5c7fa24..bb95f595 100644
--- a/src/components/user_card/user_card.vue
+++ b/src/components/user_card/user_card.vue
@@ -162,7 +162,7 @@
max-width: 100%;
max-height: 400px;
- .emoji {
+ &.emoji {
width: 32px;
height: 32px;
}