proclaim 0.6.2 → 0.6.3

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: fc9573866f7b906ea3bb2fffb89967c910032a7dd0657e56e66bcd88f81dca64
4
- data.tar.gz: 21fccd57b4240b0fd129e0b6941a499e6200a2b2d016d6e3bf86d2a4aa4f749b
3
+ metadata.gz: b85b1d07acfbfb7fdb510064f692fd0c177e57116101a4529d282776c11c59b6
4
+ data.tar.gz: a252e069db1d14230541335b59f3694ba0ddc30aadc0faf87e6d69e206b01f11
5
5
  SHA512:
6
- metadata.gz: 2f2d7c267d884e8af4881fb21de5629988cdc51291dd0e0b2c4c92fc0e61e3c596a751d14dd9008c400c348dc9f83bb240bb7794529a2056698387cf05fe20b5
7
- data.tar.gz: 7751f71ac1199272dc981c39ffcafabca10b28b1e232a991c52a823148365b62f4f718203b03f5393ab08d6f7142ba2ae86ee72f6aaff7a7627e2ed9ce22044f
6
+ metadata.gz: 0ac134affed3d3226498943a73c6fbda615101178c255681e65fafecaa639e2ceaa5d148fda9ccaae64b1ecdfd1da91207c376a4dd2e3edce1c7b32c9f0e83e9
7
+ data.tar.gz: 5a9b26d837921ce5c670dfe119293a93f3c178d6014e205cb19328d99e3770620298b3e9b031c24fa0574c01cd4c0fd24e00dd077a4b92bb99e1991340f39566
@@ -124,8 +124,8 @@ div.post_body.editable:after
124
124
  top: 0;
125
125
  }
126
126
 
127
- /* Specify our own scrolling container */
128
- div.scrolling-container {
127
+ div.scrolling-container
128
+ {
129
129
  height: 100%;
130
130
  min-height: 100%;
131
131
  overflow-y: auto;
@@ -172,4 +172,25 @@ div.scrolling-container {
172
172
  max-width: 100%;
173
173
  }
174
174
  }
175
+
176
+ ul
177
+ {
178
+ li
179
+ {
180
+ &.ql-indent-1:before
181
+ {
182
+ content: '\25E6';
183
+ }
184
+
185
+ &.ql-indent-2:before
186
+ {
187
+ content: '\2B1D';
188
+ }
189
+
190
+ &.ql-indent-3:before
191
+ {
192
+ content: '\2B1E';
193
+ }
194
+ }
195
+ }
175
196
  }
@@ -33,7 +33,7 @@ Proclaim.setup do |config|
33
33
  # Formats to allow in the editor (can be a superset of the toolbar)
34
34
  # config.editor_formats = [
35
35
  # 'align', 'blockquote', 'bold', 'code', 'code-block', 'formula', 'header',
36
- # 'image', 'italic', 'link', 'list', 'strike', 'underline', 'video'
36
+ # 'image', 'indent', italic', 'link', 'list', 'strike', 'underline', 'video'
37
37
  # ]
38
38
 
39
39
  # Email address to use in the "from" field of all emails
@@ -29,7 +29,7 @@ module Proclaim
29
29
  mattr_accessor :editor_formats
30
30
  @@editor_formats = [
31
31
  'align', 'blockquote', 'bold', 'code', 'code-block', 'formula', 'header',
32
- 'image', 'italic', 'link', 'list', 'strike', 'underline', 'video'
32
+ 'image', 'indent', 'italic', 'link', 'list', 'strike', 'underline', 'video'
33
33
  ]
34
34
 
35
35
  mattr_accessor :mailer_sender
@@ -1,3 +1,3 @@
1
1
  module Proclaim
2
- VERSION = '0.6.2'
2
+ VERSION = '0.6.3'
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.2
4
+ version: 0.6.3
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-17 00:00:00.000000000 Z
11
+ date: 2019-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails