forked from AkkomaGang/akkoma-fe
user_card.vue: Set img.emoji to 32×32px
Related to https://git.pleroma.social/pleroma/pleroma/merge_requests/792
This commit is contained in:
parent
09736691ea
commit
07a46f7736
1 changed files with 5 additions and 0 deletions
|
@ -159,6 +159,11 @@
|
||||||
|
|
||||||
&-bio {
|
&-bio {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
img.emoji {
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Modifiers
|
// Modifiers
|
||||||
|
|
Loading…
Reference in a new issue