1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-14 06:10:28 +05:30

Fix alignment of shorts videos

This commit is contained in:
Bnyro 2023-03-19 15:36:25 +01:00
parent 3168f87371
commit e0fc598223

View File

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