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
commit 282c1c4b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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