Fix missing video thumbnail being too small

This commit is contained in:
Zed 2025-02-05 03:19:10 +01:00
parent 7728899948
commit c0f2eea276

View file

@ -16,6 +16,8 @@ video {
}
.video-container {
min-height: 80px;
min-width: 200px;
max-height: 530px;
margin: 0;
display: flex;