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

22 lines
No EOL
302 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;
}
.note-container {
display: flex;
max-width: 45rem;
width: 100%;
overflow: clip;
}