Skip to content

Commit 02f0d6e

Browse files
committed
fix box-sizing of lb-video
1 parent 7507883 commit 02f0d6e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/css/lightbox.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ body.lb-disable-scrolling {
4242

4343
.lightbox .lb-video {
4444
border: 4px solid white;
45+
box-sizing: content-box;
4546
}
4647

4748
.lightbox a img {

dist/css/lightbox.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/lightbox.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ body.lb-disable-scrolling {
4242

4343
.lightbox .lb-video {
4444
border: 4px solid white;
45+
box-sizing: content-box;
4546
}
4647

4748
.lightbox a img {

0 commit comments

Comments
 (0)