删除用户头像吓的badge
This commit is contained in:
@@ -84,9 +84,6 @@ export default function MinePage() {
|
|||||||
<div className="mine-profile">
|
<div className="mine-profile">
|
||||||
<div className="mine-avatar-wrap">
|
<div className="mine-avatar-wrap">
|
||||||
<AppImage src={avatar} alt="" wrapperClassName="mine-avatar app-image--fill" />
|
<AppImage src={avatar} alt="" wrapperClassName="mine-avatar app-image--fill" />
|
||||||
<span className="mine-avatar-badge" aria-hidden>
|
|
||||||
<span className="material-symbols-outlined mine-fill-icon">verified</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="mine-profile-info">
|
<div className="mine-profile-info">
|
||||||
<h1 className="mine-profile-name">{nickname}</h1>
|
<h1 className="mine-profile-name">{nickname}</h1>
|
||||||
|
|||||||
@@ -4267,26 +4267,6 @@
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mine-avatar-badge {
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
border-radius: 50%;
|
|
||||||
background: var(--color-aged-amber);
|
|
||||||
border: 2px solid var(--color-primary);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mine-avatar-badge .material-symbols-outlined {
|
|
||||||
font-size: 14px;
|
|
||||||
color: var(--color-primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mine-profile-info {
|
.mine-profile-info {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user