Iceshrimp.NET/Iceshrimp.Frontend/Pages/SingleNote.razor.css
2024-06-19 01:56:51 +02:00

11 lines
No EOL
285 B
CSS

.root-note {
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%;
}