Skip to content

Commit f9a4d49

Browse files
committed
minor styling for thumbnails
1 parent 9762e66 commit f9a4d49

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/react-image-lightbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ class ReactImageLightbox extends Component {
16211621
}`}
16221622
style={{
16231623
margin: '14px',
1624-
padding: '1px',
1624+
padding: '2px',
16251625
borderRadius: '4px',
16261626
}}
16271627
src={img}

src/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@
408408
display: inline;
409409
}
410410

411+
.thumbNails {
412+
border: 2px solid gray;
413+
}
414+
411415
.thumbNailsactive {
412-
border: 1px solid gray;
416+
border: 2px solid rgb(2, 118, 177);
413417
}

0 commit comments

Comments
 (0)