refactor(ui): add shared character avatar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user