Fix studio svg scaling (#4371)

This commit is contained in:
WithoutPants
2023-12-20 13:06:57 +11:00
committed by GitHub
parent c9501ef881
commit 8c922ed9e1

View File

@@ -139,9 +139,9 @@ textarea.scene-description {
z-index: 8;
.image-thumbnail {
height: auto;
max-height: 50px;
max-width: 100%;
height: 50px;
object-fit: contain;
width: 100%;
}
a {