copy_tuner_client 0.4.10 → 0.4.11

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
  SHA1:
3
- metadata.gz: 61aa74274a245b69cde8eb43ed26d9b4d5696005
4
- data.tar.gz: c680e03badd13031ebc4bdc1f7cd069da05ed448
3
+ metadata.gz: 8f419a6b60b709e50adf9471b24b9cfa9ea9c11b
4
+ data.tar.gz: 3f20340aabb91929c0c62c0ebefe3669539470b9
5
5
  SHA512:
6
- metadata.gz: e1e629a82d95b98b134f2ceae2db73b43239af4478ed48024df036d63e143b0b5de443aed71e15be20a9eec4798210a555b1b5267dcfdc7b1edaca8250688cf6
7
- data.tar.gz: 71ae27b8375680700d71d1bf8a2b51be9464a0dbaf43e4955724f36ce35fec8fb133f089c1253e6d24a321b98412dec282b45893d29bcb6e0d434ffe4a2d7a65
6
+ metadata.gz: 25f0c0c8ebbf1961c4e4a94f83aca5cd8e78d2b0db12d97e0916d42ce17ad8ba3e74923e6b083cbd52bcad5afecaf4f19270c570c24dffeb0c7fd18559bbba5c
7
+ data.tar.gz: 589ccc3e50fbe9856334cecc6e803c59a780d570c90f518453f042da212f0a9b0ceebce61ad30eeb86be2cfc7b5e44f288cb904c51e4eaf78cf52d2df05c731e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4.11
2
+ - changes
3
+ - Fix hide toggle button on mobile device.
4
+
1
5
  ## 0.4.10
2
6
  - changes
3
7
  - Hide copyray bar on all media.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- copy_tuner_client (0.4.10)
4
+ copy_tuner_client (0.4.11)
5
5
  i18n (>= 0.5.0)
6
6
  json
7
7
 
@@ -58,7 +58,7 @@
58
58
  outline: 1px solid rgba(255, 255, 255, 0.8);
59
59
  outline-offset: -1px;
60
60
  color: #666;
61
- font-family: "Helvetica Neue", sans-serif;
61
+ font-family: 'Helvetica Neue', sans-serif;
62
62
  font-size: 13px;
63
63
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
64
64
  }
@@ -118,7 +118,7 @@ a.copyray-toggle-button:hover {
118
118
  height: 40px;
119
119
  padding: 0 8px;
120
120
  background: #222;
121
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
121
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
122
122
  font-weight: 200;
123
123
  color: #fff;
124
124
  z-index: 2147483647;
@@ -133,7 +133,7 @@ a.copyray-toggle-button:hover {
133
133
  bottom: 40px;
134
134
  max-height: calc(100vh - 40px);
135
135
  background: #222;
136
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
136
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
137
137
  color: #fff;
138
138
  z-index: 2147483647;
139
139
  overflow-y: auto;
@@ -187,7 +187,7 @@ a.copyray-toggle-button:hover {
187
187
  background-color: #555;
188
188
  }
189
189
 
190
- input[type="text"].copy-tuner-bar__search {
190
+ input[type='text'].copy-tuner-bar__search {
191
191
  -webkit-appearance: none;
192
192
  -moz-appearance: none;
193
193
  appearance: none;
@@ -211,6 +211,6 @@ input[type="text"].copy-tuner-bar__search {
211
211
 
212
212
  @media screen and (max-width: 480px) {
213
213
  .hidden-on-mobile {
214
- display: none;
214
+ display: none !important;
215
215
  }
216
216
  }
@@ -1,6 +1,6 @@
1
1
  module CopyTunerClient
2
2
  # Client version
3
- VERSION = '0.4.10'.freeze
3
+ VERSION = '0.4.11'.freeze
4
4
 
5
5
  # API version being used to communicate with the server
6
6
  API_VERSION = '2.0'.freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copy_tuner_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - SonicGarden
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-25 00:00:00.000000000 Z
11
+ date: 2018-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n