mirror of
https://github.com/zedeus/nitter.git
synced 2025-03-04 01:51:12 +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 {
|
||||
min-height: 80px;
|
||||
min-width: 200px;
|
||||
max-height: 530px;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue