Fix video fullscreen mode on mobile

This commit is contained in:
2020-05-08 22:59:46 +02:00
parent ebdad2e657
commit c86dce74c2
6 changed files with 14 additions and 15 deletions

View File

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