Skip to content

Commit f3eb395

Browse files
authored
Grid centering for the image/anchor in the lightbox.
#316
1 parent a19d0cc commit f3eb395

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)