snort/packages/app/src/Element/ProfileImage.css

31 lines
387 B
CSS

.pfp {
display: flex;
align-items: center;
}
.pfp .avatar-wrapper {
margin-right: 8px;
z-index: 2;
}
.pfp .avatar {
width: 48px;
height: 48px;
cursor: pointer;
}
.pfp a {
text-decoration: none;
}
.pfp .username {
display: flex;
flex-direction: column;
align-items: flex-start;
font-weight: 600;
}
.pfp .subheader .about {
max-width: calc(100vw - 140px);
}