appscms-tools-theme 3.4.6 → 3.4.7

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: 32f96aad924c6ba19065cd1cd6d432693a0be2a2eb6fe539997b2cf6a53340e6
4
- data.tar.gz: 3043e3aecc0a59c9ad1445db3ae219e6cf8fb0902e3148cda7719bfe7e5e6bbb
3
+ metadata.gz: 138736c6791b8d94ec454bbd73f75cc9351a8249a0a62a3f7322b983d3ac5444
4
+ data.tar.gz: c282a3bb01ea40c62d972683728a3c65336516c2d892c8a19b129dab252f5fd0
5
5
  SHA512:
6
- metadata.gz: 9096093230d04bcf11152a23ab129013ee0d7a2dff5ef41779152e7cbdabd1a4e075546b8d80a9069b18dfd52f91f74b04a2f071bc02db9183a723101e27b75e
7
- data.tar.gz: 1a301349121b26f026e29c907e7e1d549ee7f8fe10ba95964ce00e32463e827c78b340e9dcba0ecb5e452788f4c4d26cbd10473db06206cb6ce74282763db27f
6
+ metadata.gz: 39972520ec9ccb2c1112416a9c24160bb7a971dd02c5b72b58794940193d9476a12805807d02f19edf6f842d3207e04b65b9a2fe422e668afde06564b097ab65
7
+ data.tar.gz: 53b8b721f52e98ccf65bcdcf057a0daabdcb32204416aaf88e9a01cd898ed1a500e82dcc68883c3393e8e10b4a049d8ef8a0c07cd17af68e2505f28a91a9f980
@@ -3,8 +3,8 @@
3
3
  "feature": "compress-pdf",
4
4
  "htmlLangAtt": "en",
5
5
  "optionPanelTitle": "Options",
6
- "H1": "Online Video Editor",
7
- "H2": "Create your own video and edit it in any way on both your phone and computer",
6
+ "h1": "Online Video Editor",
7
+ "h2": "Create your own video and edit it in any way on both your phone and computer",
8
8
  "TITLE": "set alarm for $variable minutes from now",
9
9
  "META": "easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
10
10
  "keywords": "key1,key2,key3,key4",
@@ -90,6 +90,9 @@
90
90
  }
91
91
 
92
92
  @media (max-width:768px) {
93
+ #left_editor_div, #right_editor_div{
94
+ order: 1;
95
+ }
93
96
  .editor {
94
97
  flex-direction: column;
95
98
  gap: 20px;
@@ -1,5 +1,6 @@
1
1
  let input_editor, output_editor, data;
2
2
  output_editor = ace.edit("output_editor");
3
+ output_editor.setReadOnly(true)
3
4
  output_editor.session.setMode("ace/mode/json");
4
5
  input_editor = ace.edit("input_editor");
5
6
  input_editor.session.setMode("ace/mode/json");
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.6
4
+ version: 3.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms