Allow upload of videos

This commit is contained in:
2019-06-28 22:17:46 +02:00
parent 3a82aa90aa
commit b691a32f76
10 changed files with 140 additions and 51 deletions

View File

@@ -38,6 +38,16 @@ html.lb-disable-scrolling {
border: 4px solid white;
}
//ADDED-START
.lightbox .lb-video {
border-radius: 4px;
box-sizing: content-box;
}
.lightbox .lb-video-nav .lb-nav {
height: calc(100% - 45px);
}
//ADDED-END
.lightbox a img {
border: none;
}