refactor(ui): add shared character avatar

This commit is contained in:
2026-07-10 18:35:17 +08:00
parent 7d29dbd72f
commit 098b675f44
9 changed files with 78 additions and 30 deletions
@@ -95,18 +95,12 @@
flex: 0 0 auto;
place-items: center;
border: 3px solid rgba(255, 255, 255, 0.92);
border-radius: 24px;
border-radius: 9999px;
background: linear-gradient(145deg, #ffb36d, #ff5d95);
box-shadow: 0 16px 34px rgba(255, 95, 128, 0.23);
overflow: hidden;
}
.avatarFrame img {
width: 100%;
height: 100%;
object-fit: cover;
}
.identityText {
min-width: 0;
}