Use thumbnails instead of svgs for the list of components on swap

This commit is contained in:
Pablo Alba 2023-10-09 16:29:53 +02:00 committed by Andrés Moya
parent fac72a5874
commit b4d78d2fd7
4 changed files with 40 additions and 34 deletions

View file

@ -2669,7 +2669,7 @@
align-items: center;
margin-bottom: 0.5rem;
cursor: pointer;
svg {
svg, img {
background-color: $color-canvas;
border-radius: $br4;
border: 2px solid transparent;