appscms-tools-theme 3.4.6 → 3.4.8

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
  SHA256:
3
- metadata.gz: 32f96aad924c6ba19065cd1cd6d432693a0be2a2eb6fe539997b2cf6a53340e6
4
- data.tar.gz: 3043e3aecc0a59c9ad1445db3ae219e6cf8fb0902e3148cda7719bfe7e5e6bbb
3
+ metadata.gz: 060d4c99f19fa57e3fd9d9f70b885edaa766eeca712b2fa4a0baa7fd420aa97a
4
+ data.tar.gz: 91e8ace1c9a285d5293ef012e236b23df665ca2846f52123842f80b2531d4753
5
5
  SHA512:
6
- metadata.gz: 9096093230d04bcf11152a23ab129013ee0d7a2dff5ef41779152e7cbdabd1a4e075546b8d80a9069b18dfd52f91f74b04a2f071bc02db9183a723101e27b75e
7
- data.tar.gz: 1a301349121b26f026e29c907e7e1d549ee7f8fe10ba95964ce00e32463e827c78b340e9dcba0ecb5e452788f4c4d26cbd10473db06206cb6ce74282763db27f
6
+ metadata.gz: 2ec1bf1c657debb3947db4b21adaddcdd79e33624b77b32838005dd692dd07b1eec60056c94bef8b22194e2aff36ec8a0819950389a2ea1ed3ec6acd75bd0ca5
7
+ data.tar.gz: 1f9177064cf1bdf03c37607b6de46ea94006b6eecc03037e5a5005d7aa2f9a1c2d130138579d194efb1face1ee90b94b612446ca379dd452a4990a40673be031
@@ -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",
data/_layouts/author.html CHANGED
@@ -341,7 +341,7 @@
341
341
  {% for post in posts %}
342
342
  {%- for item in post.contributors -%}
343
343
  {%- assign pageAuthorName = pageAuthorName | downcase -%}
344
- {%- assign contributorAuthor = item.name | downcase -%}
344
+ {%- assign contributorAuthor = item | downcase -%}
345
345
  {%- if pageAuthorName contains contributorAuthor -%}
346
346
  {%- if post.contributors.size > 0 -%}
347
347
  {%- assign all_Contributors = post.contributors -%}
@@ -363,7 +363,7 @@
363
363
  {%- include /authors/authors.html -%}
364
364
  {%- for item in post.contributors -%}
365
365
  {%- assign pageAuthorName = pageAuthorName | downcase -%}
366
- {%- assign contributorAuthor = item.name | downcase -%}
366
+ {%- assign contributorAuthor = item | downcase -%}
367
367
  {%- if pageAuthorName contains contributorAuthor -%}
368
368
  <div class="col-md-6 mb-4 card-group">
369
369
  <div class="card h-100">
data/_layouts/post.html CHANGED
@@ -97,7 +97,7 @@
97
97
  {% for contributor in page.contributors %}
98
98
  {% for post in posts %}
99
99
  {%- include /authors/authors.html -%}
100
- {%- assign contributorAuthor = contributor.name | downcase -%}
100
+ {%- assign contributorAuthor = contributor | downcase -%}
101
101
  {%- assign name = authorName | downcase -%}
102
102
  {%- if name contains contributorAuthor -%}
103
103
  <div class="d-flex align-items-center mb-3" style="gap:10px">
@@ -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;
data/assets/css/tools.css CHANGED
@@ -79,14 +79,6 @@ a:hover {
79
79
  font-weight: 500;
80
80
  }
81
81
 
82
- @media screen and (min-width: 1920px) and (min-height: 1200px) {
83
- .appscms-sidebar-left{
84
- left: 300px !important;
85
- }
86
- .appscms-sidebar-right{
87
- right: 300px !important;
88
- }
89
- }
90
82
  @media (max-width: 992px) {
91
83
  .appscms-sidebar-right,
92
84
  .appscms-sidebar-left {
@@ -1687,3 +1679,25 @@ ol li::marker {
1687
1679
  .infographics_section .dot.active {
1688
1680
  background: #272727;
1689
1681
  }
1682
+
1683
+
1684
+ @media screen and (min-width: 1450px){
1685
+ .appscms-sidebar-left{
1686
+ left: 200px !important;
1687
+ background-color: red;
1688
+ }
1689
+ .appscms-sidebar-right{
1690
+ right: 200px !important;
1691
+ background-color: red;
1692
+ }
1693
+ }
1694
+ @media screen and (min-width: 1920px){
1695
+ .appscms-sidebar-left{
1696
+ left: 300px !important;
1697
+ background-color: red;
1698
+ }
1699
+ .appscms-sidebar-right{
1700
+ right: 300px !important;
1701
+ background-color: red;
1702
+ }
1703
+ }
@@ -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,14 +1,14 @@
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.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-06 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll