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

11 lines
No EOL
290 B
CSS

.note-container {
max-width: 40rem;
min-width: 15rem;
background-color: var(--foreground-color);
padding: 1.5rem 1.5rem 1rem; /* top, left-right, bottom*/
border-radius: 0.75rem;
margin-top: 1rem;
margin-right: 1.5rem;
margin-left: 1.5rem;
width: 100%;
}