diff --git a/core/wiki/macros/toc.tid b/core/wiki/macros/toc.tid index c26351385..6b8a83295 100644 --- a/core/wiki/macros/toc.tid +++ b/core/wiki/macros/toc.tid @@ -7,7 +7,7 @@ tags: $:/tags/Macro \define toc-caption() \whitespace trim - + <$set name="tv-wikilinks" value="no"> <$transclude field="caption"> <$view field="title"/> diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 027541cc7..9b7104cbd 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2774,6 +2774,11 @@ input.tc-palette-manager-colour-input { color: <>; } +button + .tc-toc-caption, +button > .tc-toc-caption{ + margin-left: .25em; +} + .tc-table-of-contents svg { width: 0.7em; height: 0.7em;