mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 23:29:32 +00:00
Fix wrong flex direction for non-video cards
This commit is contained in:
parent
371a2473bc
commit
a01265fa48
2 changed files with 5 additions and 1 deletions
|
|
@ -11,6 +11,10 @@ video {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.gallery-video.card-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
max-height: 530px;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue