@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha28 → 1.0.0-alpha29

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,8 +29,8 @@
29
29
  /* SM */
30
30
  @media (max-width: 767px) {
31
31
  #sidebar.show {
32
- min-width: calc(100% - 68px) !important;
33
- width: calc(100% - 68px) !important;
32
+ min-width: 100%;
33
+ width: 100%
34
34
  }
35
35
 
36
36
  #sidebar.show + div {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trimble-oss/modus-docs-hugo-theme",
3
- "version": "1.0.0-alpha28",
3
+ "version": "1.0.0-alpha29",
4
4
  "description": "A Documentation theme for Hugo built by Trimble",
5
5
  "homepage": "https://github.com/trimble-oss/modus-docs-hugo-theme",
6
6
  "bugs": {
@@ -29,18 +29,18 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@trimble-oss/modus-bootstrap": "^2.0.7",
32
- "@trimble-oss/modus-icons": "^1.15.0"
32
+ "@trimble-oss/modus-icons": "^1.16.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "autoprefixer": "10.4.20",
36
36
  "eslint": "8.57.1",
37
37
  "eslint-config-prettier": "9.1.0",
38
38
  "htmlhint": "1.1.4",
39
- "hugo-bin": "0.137.2",
39
+ "hugo-bin": "0.140.1",
40
40
  "postcss": "8.5.1",
41
41
  "postcss-cli": "11.0.0",
42
42
  "prettier": "3.4.2",
43
- "stylelint": "16.13.1",
43
+ "stylelint": "16.14.1",
44
44
  "stylelint-config-standard-scss": "14.0.0",
45
45
  "stylelint-order": "6.0.4"
46
46
  },
@@ -1,21 +0,0 @@
1
- <div
2
- class="list-group d-block border-0 text-center sticky-top sticky-offset d-flex flex-column align-items-start justify-content-between">
3
-
4
- <div class="mx-auto w-100">
5
- </div>
6
-
7
- <div>
8
- {{- with .Site.Params.GitHubRepo -}}
9
- <a href="{{- . -}}"
10
- class="btn btn-lg btn-outline-secondary text-body bg-transparent btn-icon-only border-0 mx-1 p-1" target="_blank"
11
- rel="noopener" data-bs-toggle="tooltip" title="GitHub">
12
- {{ partial "icons/brands/github.svg" (dict "class" "mt-2" "width" "24" "height" "24") }}
13
- </a>
14
- {{ end }}
15
-
16
- {{- if not .Site.Params.disableThemeToggle -}}
17
- {{ partial "btn-theme-toggle" . }}
18
- {{ end }}
19
- </div>
20
-
21
- </div>