Iceshrimp.NET/Iceshrimp.Frontend/Components/NoteUserInfo.razor.css

14 lines
No EOL
235 B
CSS

.user-avatar {
border-radius: 8px;
object-fit: cover;
width: 3em;
height: 3em;
}
.name-section {
display: flex;
flex-direction: column;
padding-left: 10px;
.identifier {
font-size: 0.9em;
}
}