Iceshrimp.NET/Iceshrimp.Frontend/Components/AscendedNote.razor.css
2024-11-26 19:55:03 +01:00

29 lines
No EOL
400 B
CSS

.note-parent, .note {
width: 100%;
min-width: 0;
}
.note {
padding-bottom: 1rem;
min-width: 0;
}
.note-indent {
display: flex;
flex-direction: column;
align-items: center;
}
.user-avatar {
border-radius: 8px;
object-fit: cover;
width: 3em;
height: 3em;
}
.note-container {
display: flex;
max-width: 45rem;
width: 100%;
overflow: clip;
}