forked from AkkomaGang/akkoma-fe
Merge branch 'bugfix/user-card-emojis-2' into 'develop'
user_card.vue: Fix .emoji to apply to img See merge request pleroma/pleroma-fe!766
This commit is contained in:
commit
b7c16ad68e
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
|
||||
.emoji {
|
||||
&.emoji {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue