@t8/docsgen 0.4.6 → 0.4.7

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.
@@ -192,6 +192,9 @@ aside li > strong {
192
192
  aside > .header {
193
193
  display: none;
194
194
  }
195
+ aside nav {
196
+ font-size: inherit;
197
+ }
195
198
  aside section {
196
199
  max-width: 100%;
197
200
  }
@@ -307,7 +310,9 @@ main h2:first-child {
307
310
  .pagenav .prev .icon {
308
311
  left: 0;
309
312
  }
310
- .pagenav .next {
313
+ .pagenav .next,
314
+ .pagenav .repo {
315
+ flex: auto;
311
316
  text-align: right;
312
317
  }
313
318
  .pagenav .next .icon {
@@ -317,7 +322,6 @@ main h2:first-child {
317
322
  padding-left: var(--icon-width);
318
323
  }
319
324
  .pagenav .next {
320
- flex: auto;
321
325
  padding-right: var(--icon-width);
322
326
  }
323
327
  .pagenav .sep,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/docsgen",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "",
5
5
  "main": "dist/bin.js",
6
6
  "type": "module",
@@ -192,6 +192,9 @@ aside li > strong {
192
192
  aside > .header {
193
193
  display: none;
194
194
  }
195
+ aside nav {
196
+ font-size: inherit;
197
+ }
195
198
  aside section {
196
199
  max-width: 100%;
197
200
  }
@@ -307,7 +310,9 @@ main h2:first-child {
307
310
  .pagenav .prev .icon {
308
311
  left: 0;
309
312
  }
310
- .pagenav .next {
313
+ .pagenav .next,
314
+ .pagenav .repo {
315
+ flex: auto;
311
316
  text-align: right;
312
317
  }
313
318
  .pagenav .next .icon {
@@ -317,7 +322,6 @@ main h2:first-child {
317
322
  padding-left: var(--icon-width);
318
323
  }
319
324
  .pagenav .next {
320
- flex: auto;
321
325
  padding-right: var(--icon-width);
322
326
  }
323
327
  .pagenav .sep,