Iceshrimp.NET/Iceshrimp.Frontend/Components/AttachmentComponent.razor.css
2024-06-29 00:48:53 +02:00

17 lines
No EOL
258 B
CSS

.attachment {
max-width: 100%;
object-fit: contain;
max-height: 25rem;
border-radius: 0.5rem;
}
.wrapper {
flex: 1 1 48%;
margin-right: 0.2em;
margin-left: 0.2em;
text-align: center;
}
.blur-image {
filter: blur(1rem);
}