app/assets/stylesheets/blacklight_gallery/_masonry.scss in blacklight-gallery-3.0.2 vs app/assets/stylesheets/blacklight_gallery/_masonry.scss in blacklight-gallery-3.0.3
- old
+ new
@@ -13,11 +13,10 @@
width: auto;
.thumbnail-container {
position: relative;
min-height: 200px;
- min-width: 200px;
background-color: $gray-300;
}
.img-thumbnail {
padding: 0;
@@ -39,10 +38,9 @@
position: absolute;
bottom: 0;
overflow-x: hidden;
overflow-y: scroll;
max-height: 75%;
- width: 100%;
}
.document-counter {
display: none;
}