Iceshrimp.NET/Iceshrimp.Frontend/Components/AscendedNote.razor.css
Lilian c647224b32
[frontend] Improve note rendering at small widths
Fix single note view alignment issues
2024-06-19 01:56:56 +02:00

23 lines
No EOL
333 B
CSS

.note {
width: 100%;
}
.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%;
}
.pad {
height: 1rem;
width: 1px;
}