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

16 lines
221 B
CSS
Raw Normal View History

2023-01-01 19:57:27 +00:00
.profile-preview {
display: flex;
align-items: center;
min-height: 40px;
2023-01-01 19:57:27 +00:00
}
.profile-preview .pfp {
flex-grow: 1;
min-width: 200px;
2023-01-12 12:00:44 +00:00
}
.profile-preview .about {
font-size: small;
color: var(--gray-light);
}