fix css in video list

This commit is contained in:
biglyderv 2024-10-22 01:29:15 -04:00
parent ebe726363a
commit dfb4bd55d8

View file

@ -22,6 +22,8 @@ body {
flex-direction: column;
align-items: center;
overflow-x: hidden;
margin-top: 0;
}
@ -221,7 +223,11 @@ video {
width: 180px;
height: 200px;
overflow-y: scroll;
overflow: hidden;
}
.video div {
max-height: 22px;
overflow: hidden;
}
.video img {
width: 180px;