appscms-tools-theme 3.4.7 → 3.4.8

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: 138736c6791b8d94ec454bbd73f75cc9351a8249a0a62a3f7322b983d3ac5444
4
- data.tar.gz: c282a3bb01ea40c62d972683728a3c65336516c2d892c8a19b129dab252f5fd0
3
+ metadata.gz: 060d4c99f19fa57e3fd9d9f70b885edaa766eeca712b2fa4a0baa7fd420aa97a
4
+ data.tar.gz: 91e8ace1c9a285d5293ef012e236b23df665ca2846f52123842f80b2531d4753
5
5
  SHA512:
6
- metadata.gz: 39972520ec9ccb2c1112416a9c24160bb7a971dd02c5b72b58794940193d9476a12805807d02f19edf6f842d3207e04b65b9a2fe422e668afde06564b097ab65
7
- data.tar.gz: 53b8b721f52e98ccf65bcdcf057a0daabdcb32204416aaf88e9a01cd898ed1a500e82dcc68883c3393e8e10b4a049d8ef8a0c07cd17af68e2505f28a91a9f980
6
+ metadata.gz: 2ec1bf1c657debb3947db4b21adaddcdd79e33624b77b32838005dd692dd07b1eec60056c94bef8b22194e2aff36ec8a0819950389a2ea1ed3ec6acd75bd0ca5
7
+ data.tar.gz: 1f9177064cf1bdf03c37607b6de46ea94006b6eecc03037e5a5005d7aa2f9a1c2d130138579d194efb1face1ee90b94b612446ca379dd452a4990a40673be031
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,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
+ }
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.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