Skip to content

Commit

Permalink
changed max height of image gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
ttomasz committed Sep 17, 2023
1 parent 6035011 commit ab5cfa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,8 @@
z-index:4;
filter:drop-shadow(0 2px 2px #1a1a1a)
}

.image-gallery-content:not(.fullscreen) .image-gallery-slides img {
max-height: 250px;
object-fit: cover;
}

0 comments on commit ab5cfa4

Please sign in to comment.