mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 18:35:15 +00:00
normalise size of images
This commit is contained in:
parent
a8660fb770
commit
b812eef028
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue