mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-03 04:09:30 +08:00
user_card.vue: Fix .emoji to apply to img
This commit is contained in:
parent
61d04b8823
commit
14d506154e
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
|
|
||||||
.emoji {
|
&.emoji {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue