blacklight-gallery 3.0.2 → 3.0.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6bd99dd4eb008c842b2413d155a0b8de297581ac680d2ca6ecec98ca881150ca
|
4
|
+
data.tar.gz: 79fec6bec3209b1262d047012ac442d5f4017b28f2620e2399aaec8806efc639
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2ef2f7391eada1ef199dff72ca7daaa18a80f13ec7bf9725e5696b1f82425f0bf593e25b9f4da36eecda56fc6e8cd59b277c2a2760a6dffdf0cdfa778a26e89
|
7
|
+
data.tar.gz: 98cee0e1cba7b21cd6c0e19b14ebf6494e8d9632cc3ea4315bf706462f90429b7b16043981e7bc2c8d764dc37a0c78bc47c852a2447f761fd595f9e3d75c1b25
|
@@ -15,7 +15,6 @@
|
|
15
15
|
.thumbnail-container {
|
16
16
|
position: relative;
|
17
17
|
min-height: 200px;
|
18
|
-
min-width: 200px;
|
19
18
|
background-color: $gray-300;
|
20
19
|
}
|
21
20
|
|
@@ -41,7 +40,6 @@
|
|
41
40
|
overflow-x: hidden;
|
42
41
|
overflow-y: scroll;
|
43
42
|
max-height: 75%;
|
44
|
-
width: 100%;
|
45
43
|
}
|
46
44
|
|
47
45
|
.document-counter {
|
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: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Beer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|