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
+1 -7
View File
@@ -121,7 +121,7 @@
height: clamp(88px, 22.222vw, 112px);
place-items: center;
border: 4px solid rgba(255, 255, 255, 0.9);
border-radius: 30px;
border-radius: 9999px;
background: linear-gradient(145deg, #ffbd7c, #ff5d91);
box-shadow:
0 20px 44px rgba(255, 98, 133, 0.24),
@@ -129,12 +129,6 @@
overflow: hidden;
}
.avatarRing img {
width: 100%;
height: 100%;
object-fit: cover;
}
.eyebrow {
margin: 16px 0 0;
color: #b35d63;