svedocs 0.1.0-beta.7 → 0.1.0-beta.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.
@@ -1870,7 +1870,7 @@ body.sd-is-window-scrolling::-webkit-scrollbar-thumb,
1870
1870
  order: -1;
1871
1871
  }
1872
1872
 
1873
- .sd-sidebar-list[data-depth="0"] .sd-sidebar-chevron {
1873
+ .sd-sidebar-list[data-depth="0"] > .sd-sidebar-item > .sd-sidebar-group > .sd-sidebar-summary > .sd-sidebar-chevron {
1874
1874
  margin-left: auto;
1875
1875
  width: .8rem;
1876
1876
  height: .8rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svedocs",
3
- "version": "0.1.0-beta.7",
3
+ "version": "0.1.0-beta.8",
4
4
  "description": "SvelteKit-native documentation framework.",
5
5
  "license": "MIT",
6
6
  "repository": {