@alphacifer/slidev-addon-theme 0.0.3 → 0.0.4
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/layouts/core/arc-toc.vue +4 -0
- package/package.json +1 -1
package/layouts/core/arc-toc.vue
CHANGED
|
@@ -480,6 +480,10 @@ onBeforeUnmount(() => {
|
|
|
480
480
|
text-decoration: none !important;
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
+
.toc-content :deep(.slidev-toc-list-level-1 > .slidev-toc-item > a) {
|
|
484
|
+
white-space: nowrap;
|
|
485
|
+
}
|
|
486
|
+
|
|
483
487
|
.toc-content :deep(.slidev-toc-item > a::before) {
|
|
484
488
|
display: none;
|
|
485
489
|
}
|