mirror of
https://github.com/zedeus/nitter.git
synced 2025-03-04 10:01:24 +00:00
Fix missing video thumbnail being too small
This commit is contained in:
parent
7728899948
commit
c0f2eea276
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ video {
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-container {
|
.video-container {
|
||||||
|
min-height: 80px;
|
||||||
|
min-width: 200px;
|
||||||
max-height: 530px;
|
max-height: 530px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue