Allow upload of videos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user