Merge pull request #2234 from Bnyro/master

Fix alignment of shorts videos
This commit is contained in:
Bnyro
2023-03-19 15:38:27 +01:00
committed by GitHub

View File

@@ -126,7 +126,7 @@
<style>
.shorts-img {
@apply max-h-[17.5vh] w-full object-contain;
@apply w-full object-contain;
}
</style>