1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

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;