fix previews not being scaled properly

This commit is contained in:
2023-07-25 19:57:15 +02:00
parent dbc2c14345
commit 607b62386d

View File

@@ -218,7 +218,7 @@
max-height: 100%; max-height: 100%;
width: auto; width: auto;
height: auto; height: auto;
object-fit: scale-down; object-fit: contain;
} }
} }