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

8 lines
No EOL
197 B
CSS

.quote {
max-width: 45rem;
background-color: var(--foreground-color);
width: 100%;
margin-top: 0.5rem;
padding: 0.5rem;
border-bottom: solid var(--highlight-color) 0.1rem;
}