appscms-tools-theme 3.4.7 → 3.4.9

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: 138736c6791b8d94ec454bbd73f75cc9351a8249a0a62a3f7322b983d3ac5444
4
- data.tar.gz: c282a3bb01ea40c62d972683728a3c65336516c2d892c8a19b129dab252f5fd0
3
+ metadata.gz: 795b47b69b05679de94fe2a9eeca2084a8c0c7eeaf7f9454c1165361d1ec88fc
4
+ data.tar.gz: e1aed798d1cfe1fbf944be344595e3c7e8725640ba01dee5863c122bfb1f3b4f
5
5
  SHA512:
6
- metadata.gz: 39972520ec9ccb2c1112416a9c24160bb7a971dd02c5b72b58794940193d9476a12805807d02f19edf6f842d3207e04b65b9a2fe422e668afde06564b097ab65
7
- data.tar.gz: 53b8b721f52e98ccf65bcdcf057a0daabdcb32204416aaf88e9a01cd898ed1a500e82dcc68883c3393e8e10b4a049d8ef8a0c07cd17af68e2505f28a91a9f980
6
+ metadata.gz: c11874b72ac700c1234521fe2662e0feb371b2962d732fd2ac89c86c5a360a2fbb21c643e461dd276c6728dc42582f033add10cec40ab52d98101e440e3bc076
7
+ data.tar.gz: de32907cabe14bb1b193ee07b8208bb8f47771d23eac01afbea4146da5cc9806e152ec74b6fe5ac9e43277ec2b96c44b9973ffa279d16aa38e7000b677ca7802
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">
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,21 @@ 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
+ }
1688
+ .appscms-sidebar-right{
1689
+ right: 200px !important;
1690
+ }
1691
+ }
1692
+ @media screen and (min-width: 1920px){
1693
+ .appscms-sidebar-left{
1694
+ left: 300px !important;
1695
+ }
1696
+ .appscms-sidebar-right{
1697
+ right: 300px !important;
1698
+ }
1699
+ }
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.7
4
+ version: 3.4.9
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