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

31 lines
387 B
CSS
Raw Normal View History

2022-12-27 23:46:13 +00:00
.pfp {
2023-01-25 18:08:53 +00:00
display: flex;
align-items: center;
2022-12-27 23:46:13 +00:00
}
2023-01-16 17:31:17 +00:00
.pfp .avatar-wrapper {
2023-01-16 17:36:48 +00:00
margin-right: 8px;
2023-02-06 21:42:47 +00:00
z-index: 2;
2023-01-16 17:31:17 +00:00
}
.pfp .avatar {
width: 48px;
height: 48px;
cursor: pointer;
2023-01-06 11:04:25 +00:00
}
.pfp a {
2023-02-06 21:42:47 +00:00
text-decoration: none;
2023-01-06 11:04:25 +00:00
}
2023-01-25 18:08:53 +00:00
.pfp .username {
2023-01-15 12:46:35 +00:00
display: flex;
2023-01-25 21:41:01 +00:00
flex-direction: column;
align-items: flex-start;
2023-01-26 06:13:09 +00:00
font-weight: 600;
2023-01-06 11:04:25 +00:00
}
2023-01-15 12:02:45 +00:00
2023-02-12 18:09:15 +00:00
.pfp .subheader .about {
max-width: calc(100vw - 140px);
}