snort/src/Element/ProfileImage.css
2023-02-05 23:44:31 +01:00

32 lines
406 B
CSS

.pfp {
display: flex;
align-items: center;
overflow: hidden;
}
.pfp .avatar-wrapper {
margin-right: 8px;
}
.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 .profile-name {
display: flex;
flex-direction: column;
}