ish_manager 0.1.8.226 → 0.1.8.227

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85b4cab8bd5d1cd3c1774dee82948ee0d59b3ef4d28d13acdab2e2208771b05a
4
- data.tar.gz: 38fb5c28ff903e6fcca7201452c627565788a13615c6c28a709668d2015c7226
3
+ metadata.gz: b1c0db60c57c06f30527374f3b5163b24e6ac5a3b7925d4d28133f3385b12bcd
4
+ data.tar.gz: 11364182ba3425a9892c8e66cd6dcc4e8d37aae345b62bf47765de03eefdaf4d
5
5
  SHA512:
6
- metadata.gz: 29f1dddb16814fa2ac28444b494a284fca08a4acd80049d5d4187c47215a773d4fdfe0acc3500de83e66fe3c283946e73dc86833085c12caf0ffd795322905b7
7
- data.tar.gz: 66c57c05133f55095b575aa5856f84bb839b14d4555955e7c55b4be141e756cbfb63b842f8cc3762a26085b31e9808da72668dbd3da9b2c5d3ca38130d58667f
6
+ metadata.gz: 505ed3b16534337e979e4fc94497ecfa49fbbbf91c9ae2c4d8e76c972343f224d492c2f03fcf963c793859294f0a8159d09a6d38e8b3effdf438c25cf0602e6e
7
+ data.tar.gz: 4ab34b06be535b453b471ea375642a5aa4624cff091901a5da0f2f4f90aff3ebc2fdd9a862dce1d6b4874eaae77b4ea1374708b476ab2cfc2070f04983f4729b
@@ -15,8 +15,10 @@
15
15
  height: 100%;
16
16
  background-repeat: no-repeat;
17
17
  background-position: center center;
18
+ background-size: contain;
18
19
  }
19
20
 
20
21
  .large-photos .item .wrapper img {
21
22
  max-height: 100%;
23
+ max-width: 100%;
22
24
  }
@@ -35,8 +35,6 @@
35
35
  - @photos.each do |photo|
36
36
  .item
37
37
  %a{id: "large_#{photo.id}" }
38
- -# .wrapper{ style: "background-image: url('#{photo.photo.url( :large )}')" }
39
- .wrapper
40
- = button_to '[x]', photo_path( :id => photo.id ), :method => :delete, :data => { :confirm => 'Are you sure?' }
41
- = image_tag photo.photo.url(:large)
42
- = link_to "large", photo.photo.url(:large)
38
+ .float-left= button_to '[x]', photo_path( :id => photo.id ), :method => :delete, :data => { :confirm => 'Are you sure?' }
39
+ = link_to "large", photo.photo.url(:large)
40
+ .wrapper{ style: "background-image: url('#{photo.photo.url( :large )}')" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.226
4
+ version: 0.1.8.227
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox