fix: don't stretch image in spacecard

This commit is contained in:
2025-06-05 11:54:37 +01:00
parent f85adf9edc
commit 11a040a677

View File

@@ -39,5 +39,6 @@
width: 100%; width: 100%;
height: auto; height: auto;
aspect-ratio: 1 / 1; aspect-ratio: 1 / 1;
object-fit: cover;
} }
</style> </style>