@apify/docs-theme 1.0.34 → 1.0.35

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.34",
3
+ "version": "1.0.35",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -338,6 +338,14 @@ article .card h2 {
338
338
  float: right;
339
339
  }
340
340
 
341
+ .menu__caret {
342
+ transform: scale(.7);
343
+ }
344
+
345
+ aside button[class*="collapseSidebarButton"] svg {
346
+ transform: scale(.7) rotate(180deg);
347
+ }
348
+
341
349
  .table-of-contents__link {
342
350
  height: 20px;
343
351
  }
@@ -626,7 +634,7 @@ html[data-theme='dark'] .actionLink:hover::after {
626
634
  margin-left: 8px;
627
635
  }
628
636
 
629
- @media (max-width: 1660px) {
637
+ @media (min-width: 997px) and (max-width: 1660px) {
630
638
  :root {
631
639
  --ifm-toc-padding-vertical: 0.25rem;
632
640
  --ifm-toc-padding-horizontal: 0.25rem;