snort/src/element/ProfileImage.css

31 lines
374 B
CSS
Raw Normal View History

2022-12-27 23:46:13 +00:00
.pfp {
display: flex;
align-items: center;
}
2023-01-10 10:30:33 +00:00
.pfp img {
2022-12-27 23:46:13 +00:00
width: 40px;
height: 40px;
2023-01-09 16:18:34 +00:00
margin-right: 10px;
2023-01-09 21:45:03 +00:00
border-radius: 100%;
2022-12-29 15:36:40 +00:00
cursor: pointer;
2023-01-06 11:04:25 +00:00
}
.pfp a {
text-decoration: none;
}
.pfp a:hover {
text-decoration: underline;
}
2023-01-15 12:02:45 +00:00
.pfp .nip05 {
font-size: 14px;
margin: 0;
}
.pfp .profile-name {
display: flex;
flex-direction: row;
}