@apify/docs-theme 1.0.208 → 1.0.209

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.208",
3
+ "version": "1.0.209",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -125,6 +125,8 @@ html[data-theme='dark'] {
125
125
  }
126
126
 
127
127
  :root {
128
+ --biel-button-position-right: 84px;
129
+ --biel-button-position-bottom: 24px;
128
130
  /* use default system font based on https://devhints.io/css-system-font-stack */
129
131
  --ifm-font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI',
130
132
  'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
@@ -1997,3 +1999,4 @@ div[class^="navbarSearchContainer"] {
1997
1999
  width: 14px !important;
1998
2000
  height: 15px !important;
1999
2001
  }
2002
+