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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/copyray.css +5 -5
- data/lib/copy_tuner_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f419a6b60b709e50adf9471b24b9cfa9ea9c11b
|
4
|
+
data.tar.gz: 3f20340aabb91929c0c62c0ebefe3669539470b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25f0c0c8ebbf1961c4e4a94f83aca5cd8e78d2b0db12d97e0916d42ce17ad8ba3e74923e6b083cbd52bcad5afecaf4f19270c570c24dffeb0c7fd18559bbba5c
|
7
|
+
data.tar.gz: 589ccc3e50fbe9856334cecc6e803c59a780d570c90f518453f042da212f0a9b0ceebce61ad30eeb86be2cfc7b5e44f288cb904c51e4eaf78cf52d2df05c731e
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -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:
|
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:
|
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:
|
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=
|
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
|
}
|
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.
|
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-
|
11
|
+
date: 2018-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|