sendou.ink/app/form/fields/ImageFormField.module.css

14 lines
188 B
CSS

.preview {
width: 144px;
height: 144px;
border-radius: 50%;
object-fit: cover;
&.banner {
width: 100%;
height: auto;
max-width: 320px;
border-radius: var(--radius-box);
}
}