user_card.vue: Copy over .status-content img styling
This commit is contained in:
parent
07a46f7736
commit
d0e78df220
1 changed files with 10 additions and 3 deletions
|
@ -160,9 +160,16 @@
|
|||
&-bio {
|
||||
text-align: center;
|
||||
|
||||
img.emoji {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
img {
|
||||
object-fit: contain;
|
||||
vertical-align: middle;
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
|
||||
.emoji {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue