appscms-tools-theme 4.1.7 → 4.1.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: 54836c40b127d458f0c10594a3e3f153c16690a0a94083b13158ef62bf89a2c8
4
- data.tar.gz: 23db1093c7cc60383aedb422710bd11c706a3ed80ed4abc1adcac945ed30fb47
3
+ metadata.gz: efb195ca5f576851b232d7522d75c4345aadf4c349f3154030a35a61c17ad6aa
4
+ data.tar.gz: 79c02bf1b4879e64e6354a21bce6740d6477d85f5476c46b80c0db26b4243a09
5
5
  SHA512:
6
- metadata.gz: bb4b7f11981ee53c09f9e45f9b80836871c54d704cc7367b8cea5014dcb58cfad7c2a7ac93d679f256ddfd7f5ce03bdb2bae1a59f7a0bc8bbe56bdf7281feb44
7
- data.tar.gz: 8af9d5dc4117e8310bfb9e9ebe3c6b1f160846cfa72dea0a4961a93382bb36e11a7f853bb46bf8d59b72f7cda3ea011a5895c726b9793fac778e109355cf989b
6
+ metadata.gz: eb6540a111dd70584a2dedf3001f4c37a9d9679c28c6bc588b1fabc5b9da242cfca018f0866fbddbfd80074b571517f29d1fd82872490ee043da2aca5b57ec6d
7
+ data.tar.gz: cf99435edff9fab28b3a5267099fbdc57ac0fa7a6b69be8b2ace211ab667607a53fb60b5a7d99833a4ed5161f2a4e52ee4d93c0ff8949c8da2932512f56f4188
@@ -120,11 +120,12 @@ replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace:
120
120
  {%- endif -%}
121
121
  {%- include google-analytics.html
122
122
  -%}
123
- <!-- {%- if page.layout == "appscms-feature" -%}
123
+ {%- if site.bookmark -%}
124
+ {%- if page.layout == "appscms-feature" -%}
124
125
  <script>
125
126
  const toaster = document.querySelector(".toaster");
126
127
  if (
127
- !/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
128
+ !/webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
128
129
  navigator.userAgent
129
130
  )
130
131
  ) {
@@ -134,8 +135,13 @@ replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace:
134
135
  toaster.innerHTML = `Press Ctrl + D to Bookmark this page`;
135
136
  }
136
137
  }
138
+ else{
139
+ toaster.style.display = "none";
140
+ }
137
141
  setTimeout(() => {
138
142
  toaster.style.display = "none";
139
143
  }, 10000);
140
144
  </script>
141
- {%- endif -%} -->
145
+ {%- endif -%}
146
+ {%- endif -%}
147
+
@@ -1,5 +1,7 @@
1
- <!-- <div class="toaster">
1
+ {%- if site.bookmark -%}
2
+ <div class="toaster">
2
3
  <div class="toaster__body">
3
4
  <div class="toaster__message">Bookmark this webpage</div>
4
5
  </div>
5
- </div> -->
6
+ </div>
7
+ {%- endif -%}
@@ -20,7 +20,10 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
20
20
  endif -%}
21
21
  </div>
22
22
  </div>
23
- {%- endif -%} {%- include appscms/headings/headings.html -%} {%- include
23
+ {%- endif -%} {%- include appscms/headings/headings.html -%}
24
+ <div class="appscms-sidebar-left"></div>
25
+ <div class="appscms-sidebar-right"></div>
26
+ {%- include
24
27
  appscms/uploadbutton/uploadbutton.html -%} {%- include
25
28
  appscms/featurehighlight/featurehighlight.html -%} {%- include
26
29
  appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
data/assets/.DS_Store CHANGED
Binary file
@@ -1432,24 +1432,6 @@ body {
1432
1432
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 14%);
1433
1433
  }
1434
1434
 
1435
- #filepicker,
1436
- #dropbox {
1437
- border: none;
1438
- background: var(--primary-color);
1439
- border-radius: 100%;
1440
- height: 32px;
1441
- width: 32px;
1442
- min-width: 0;
1443
- padding: 0;
1444
- color: #fff;
1445
- text-decoration: none;
1446
- display: -ms-inline-flexbox;
1447
- display: inline-flex;
1448
- justify-content: center;
1449
- align-items: center;
1450
- -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 14%);
1451
- box-shadow: 0 3px 6px 0 rgb(0 0 0 / 14%);
1452
- }
1453
1435
 
1454
1436
 
1455
1437
  #Inputbox:hover,
@@ -1906,4 +1888,44 @@ input[type='range']::-moz-focus-outer {
1906
1888
  display: none;
1907
1889
  }
1908
1890
 
1909
- }
1891
+ }
1892
+ @media (max-width: 992px) {
1893
+ .appscms-sidebar-right,
1894
+ .appscms-sidebar-left {
1895
+ display: none;
1896
+ }
1897
+
1898
+ }
1899
+ .appscms-sidebar-right,
1900
+ .appscms-sidebar-left {
1901
+ min-width: 220px;
1902
+ max-width: fit-content;
1903
+ height: 100vh;
1904
+ min-height: 300px;
1905
+ max-height: fit-content;
1906
+ top: 72px;
1907
+ position: absolute;
1908
+ }
1909
+ .appscms-sidebar-left {
1910
+ left: 80px;
1911
+ }
1912
+ .appscms-sidebar-right {
1913
+ right: 80px;
1914
+ }
1915
+ @media screen and (min-width: 1450px) {
1916
+ .appscms-sidebar-left {
1917
+ left: 200px !important;
1918
+ }
1919
+ .appscms-sidebar-right {
1920
+ right: 200px !important;
1921
+ }
1922
+ }
1923
+ @media screen and (min-width: 1920px) {
1924
+
1925
+ .appscms-sidebar-left {
1926
+ left: 300px !important;
1927
+ }
1928
+ .appscms-sidebar-right {
1929
+ right: 300px !important;
1930
+ }
1931
+ }
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: 4.1.7
4
+ version: 4.1.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-12-29 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll