Merge branch 'emoji-limit-profile' into 'develop'
user_card.vue: Set img.emoji to 32×32px See merge request pleroma/pleroma-fe!665
This commit is contained in:
commit
89d684af4e
|
@ -159,6 +159,18 @@
|
|||
|
||||
&-bio {
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
object-fit: contain;
|
||||
vertical-align: middle;
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
|
||||
.emoji {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Modifiers
|
||||
|
|
Loading…
Reference in New Issue