proclaim 0.6.3 → 0.6.4

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: b85b1d07acfbfb7fdb510064f692fd0c177e57116101a4529d282776c11c59b6
4
- data.tar.gz: a252e069db1d14230541335b59f3694ba0ddc30aadc0faf87e6d69e206b01f11
3
+ metadata.gz: 24af2374adb178d3645623d6199bcfd568e2d30b259ed7e07ffd0962f10db0d9
4
+ data.tar.gz: 6c0a8f8f939c9ccd9db01f23aa1ce1e4cd1d77acb4d6a0f59f585d74367e784a
5
5
  SHA512:
6
- metadata.gz: 0ac134affed3d3226498943a73c6fbda615101178c255681e65fafecaa639e2ceaa5d148fda9ccaae64b1ecdfd1da91207c376a4dd2e3edce1c7b32c9f0e83e9
7
- data.tar.gz: 5a9b26d837921ce5c670dfe119293a93f3c178d6014e205cb19328d99e3770620298b3e9b031c24fa0574c01cd4c0fd24e00dd077a4b92bb99e1991340f39566
6
+ metadata.gz: 37635e3f3cbdff4337783d36937af6fb5f3a30bb1ce0981cd61fc09ecd1222724ae1ac00dba85e05541cb5ab95208aa6acdc863f255edd991828ee1cb88e90e8
7
+ data.tar.gz: c6558fce64b3dbac258f324d307f866a00b63676c4ca6df443cfb637ff43d218edf555fefa4e1941e5bd6b6f6221f0e6401d59c913d392c485d3761a6dcea579
@@ -131,66 +131,69 @@ div.scrolling-container
131
131
  overflow-y: auto;
132
132
  }
133
133
 
134
- .ql-editor
134
+ .ql-bubble
135
135
  {
136
- overflow-y: visible;
137
-
138
- p
136
+ .ql-editor
139
137
  {
140
- img
141
- {
142
- float: left;
143
- max-width: 30%;
144
- margin-right: 15px;
145
- }
146
- }
138
+ overflow-y: visible;
147
139
 
148
- p.ql-align-right
149
- {
150
- img
140
+ p
151
141
  {
152
- float: right;
153
- max-width: 30%;
154
- margin-left: 15px;
155
- }
156
- }
157
-
158
- p.ql-align-center
159
- {
160
- img
161
- {
162
- float: inherit;
163
- max-width: 100%;
164
- }
165
- }
142
+ img
143
+ {
144
+ float: left;
145
+ max-width: 30%;
146
+ margin-right: 15px;
147
+ }
166
148
 
167
- p.ql-align-justify
168
- {
169
- img
170
- {
171
- float: inherit;
172
- max-width: 100%;
173
- }
174
- }
149
+ &.ql-align-right
150
+ {
151
+ img
152
+ {
153
+ float: right;
154
+ max-width: 30%;
155
+ margin-left: 15px;
156
+ }
157
+ }
175
158
 
176
- ul
177
- {
178
- li
179
- {
180
- &.ql-indent-1:before
159
+ &.ql-align-center
181
160
  {
182
- content: '\25E6';
161
+ img
162
+ {
163
+ float: inherit;
164
+ max-width: 100%;
165
+ }
183
166
  }
184
167
 
185
- &.ql-indent-2:before
168
+ &.ql-align-justify
186
169
  {
187
- content: '\2B1D';
170
+ img
171
+ {
172
+ float: inherit;
173
+ max-width: 100%;
174
+ }
188
175
  }
176
+ }
189
177
 
190
- &.ql-indent-3:before
178
+ ul
179
+ {
180
+ li
191
181
  {
192
- content: '\2B1E';
182
+ &.ql-indent-1:before
183
+ {
184
+ content: '\25E6';
185
+ }
186
+
187
+ &.ql-indent-2:before
188
+ {
189
+ content: '\2B1D';
190
+ }
191
+
192
+ &.ql-indent-3:before
193
+ {
194
+ content: '\2B1E';
195
+ }
193
196
  }
194
197
  }
195
198
  }
196
- }
199
+ }
@@ -1,3 +1,3 @@
1
1
  module Proclaim
2
- VERSION = '0.6.3'
2
+ VERSION = '0.6.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proclaim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Fazzari
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-18 00:00:00.000000000 Z
11
+ date: 2019-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails