Iceshrimp.NET/Iceshrimp.Frontend/Components/TimelineNote.razor.css
2024-06-19 01:56:52 +02:00

11 lines
No EOL
290 B
CSS

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