normalise size of images

This commit is contained in:
EDRipper 2025-12-15 14:56:52 -05:00
parent a8660fb770
commit b812eef028

View file

@ -297,11 +297,12 @@
gap: 0.5rem;
}
.design-thumb {
.design-cell :global(.design-thumb) {
width: 80px;
height: 80px;
object-fit: contain;
object-fit: cover;
border-radius: 0.25rem;
flex-shrink: 0;
}
.resize-btn {