blacklight-gallery 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 447c65dc4cd27ff96eb5ef748e8e459ab48c3a990659ec956a38901e4d3bb30b
4
- data.tar.gz: 3d24cbef25d5e5ddd8924e364a5227108898c1da16d385dddd4e7dde1e416941
3
+ metadata.gz: eb5ae83431bc5b3348b7811464e408587b3388c0ab27e1b2c1b497ea8278ad1d
4
+ data.tar.gz: b3d7d50369519b5c086dcf1039bb7166c9b18fecf99b7b9bd1fcd90683de114d
5
5
  SHA512:
6
- metadata.gz: aea95a173aef60a7d5970f962ade55ae2bc17899a35d28cb0868a47044eb64150ad6ae64c05a8db4b843db6f616137c8f88c4232973186ee11f1592cff303b7f
7
- data.tar.gz: ce8e328d1e6b7e2a3efe6c9cef3aa3eaed0b92d7536aac779dc223a3a0bc60ec19a829a7a91733ba225331f5256718eb9ca0ca317efaceef17f505c560201b14
6
+ metadata.gz: af2ef88531df68a746cdc5f010750d491d48896091426998599c76ec7bb1d8272a582b3a8ce7f50d9be04bcc1335cd698deaed694e21e377a31a154a75f3152b
7
+ data.tar.gz: 245709ca0c2884983ba209598b6c3e61a1c8d2174ec496186e2dc3e6791d1f110def8938d892326d539301c21ea65552fe8e4d02b0a3c659377ea30da0c2a007
@@ -36,19 +36,19 @@ $gray-dark: #343a40 !default;
36
36
  .item {
37
37
  width: 100%;
38
38
  height: 100%;
39
- display: table;
40
39
  vertical-align: middle;
41
40
  position: relative;
42
41
 
43
42
  .frame {
44
43
  margin: 0 auto;
45
- display: table-cell;
46
44
  text-align: center;
47
45
  vertical-align: middle;
48
46
  overflow: auto;
47
+ padding-bottom: 5px;
49
48
 
50
49
  img {
51
50
  display: inline-block;
51
+ max-width: 100%;
52
52
  vertical-align: middle;
53
53
  }
54
54
  }
@@ -1,4 +1,4 @@
1
- <div class="document col-6 col-md-3">
1
+ <div class="document col-6 col-md-4">
2
2
  <div class="thumbnail">
3
3
  <%= render_thumbnail_tag(document, { class: 'img-thumbnail' }, :counter => document_counter_with_offset(document_counter)) %>
4
4
  <div class="caption">
@@ -1,5 +1,5 @@
1
1
  module Blacklight
2
2
  module Gallery
3
- VERSION = "1.4.0"
3
+ VERSION = "1.5.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blacklight-gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Beer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-22 00:00:00.000000000 Z
11
+ date: 2020-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -329,7 +329,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
329
329
  - !ruby/object:Gem::Version
330
330
  version: '0'
331
331
  requirements: []
332
- rubygems_version: 3.1.1
332
+ rubygems_version: 3.0.3
333
333
  signing_key:
334
334
  specification_version: 4
335
335
  summary: Gallery display for Blacklight