snort/src/element/ProfileImage.css
2023-01-16 11:02:26 +01:00

33 lines
451 B
CSS

.pfp {
display: flex;
align-items: center;
}
.pfp img {
width: 40px;
height: 40px;
margin-right: 10px;
border-radius: 100%;
cursor: pointer;
}
.pfp a {
text-decoration: none;
}
.pfp a:hover {
text-decoration: underline;
text-decoration-color: var(--gray-superlight);
}
.pfp .profile-name {
display: flex;
flex-direction: column;
font-weight: bold;
}
.pfp .nip05 {
margin: 0;
margin-top: -.2em;
}