Skip to content

Commit 424bdd6

Browse files
Merge pull request #317 from DrJKL/patch-3
Grid centering for the image/anchor in the lightbox.
2 parents 742131c + f3eb395 commit 424bdd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/js/common/lightbox.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
}
4545

4646
.pysssss-lightbox-main {
47+
display: grid;
4748
flex: auto;
49+
place-content: center;
4850
text-align: center;
4951
}
5052

0 commit comments

Comments
 (0)