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 +4 -4
- data/_layouts/author.html +2 -2
- data/_layouts/post.html +1 -1
- data/assets/css/tools.css +22 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 060d4c99f19fa57e3fd9d9f70b885edaa766eeca712b2fa4a0baa7fd420aa97a
|
|
4
|
+
data.tar.gz: 91e8ace1c9a285d5293ef012e236b23df665ca2846f52123842f80b2531d4753
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2023-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|