fix css in video list
This commit is contained in:
parent
fecd0c139b
commit
93c1933002
1 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,8 @@ body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
overflow-x: hidden;
|
||||||
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -221,7 +223,11 @@ video {
|
||||||
|
|
||||||
width: 180px;
|
width: 180px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
overflow-y: scroll;
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.video div {
|
||||||
|
max-height: 22px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.video img {
|
.video img {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
|
|
Loading…
Reference in a new issue