refactor(private-room): reuse character avatar

This commit is contained in:
2026-07-13 18:28:54 +08:00
parent 31ad5102f5
commit bede1af88f
2 changed files with 5 additions and 5 deletions
@@ -247,8 +247,7 @@
.postAvatar {
flex: 0 0 auto;
border: 2px solid rgba(255, 255, 255, 0.9);
border-radius: 14px;
object-fit: cover;
border-radius: 9999px;
box-shadow: 0 8px 18px rgba(131, 72, 85, 0.12);
}