@netfoundry/docusaurus-theme 0.6.0 → 0.7.1

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.
package/css/layout.css CHANGED
@@ -7,8 +7,12 @@ body,
7
7
  flex-direction: column;
8
8
  }
9
9
 
10
+ html {
11
+ scrollbar-gutter: stable;
12
+ }
13
+
10
14
  .main-wrapper > div {
11
15
  /* work around issue from docusaurus doc grow/shrinking based on content */
12
16
  width: 100%;
13
17
  max-width: var(--ziti-max-width);
14
- }
18
+ }
@@ -7,8 +7,12 @@ body,
7
7
  flex-direction: column;
8
8
  }
9
9
 
10
+ html {
11
+ scrollbar-gutter: stable;
12
+ }
13
+
10
14
  .main-wrapper > div {
11
15
  /* work around issue from docusaurus doc grow/shrinking based on content */
12
16
  width: 100%;
13
17
  max-width: var(--ziti-max-width);
14
- }
18
+ }
@@ -3,7 +3,7 @@
3
3
  flex-grow: 1;
4
4
  flex-direction: column;
5
5
  align-items: center;
6
- background-color: var(--ifm-background-color);
6
+ background-color: var(--nf-section-bg, var(--ifm-background-color));
7
7
  max-width: var(--ziti-max-width);
8
8
  width: 100%;
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netfoundry/docusaurus-theme",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "description": "NetFoundry Docusaurus theme with shared layout, footer, and styling",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -1,12 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "WebFetch(domain:netfoundry.io)",
5
- "WebSearch",
6
- "WebFetch(domain:github.com)",
7
- "WebFetch(domain:colineberhardt.github.io)",
8
- "WebFetch(domain:cla-assistant.io)",
9
- "WebFetch(domain:raw.githubusercontent.com)"
10
- ]
11
- }
12
- }