From e909295dc20719113e5862adc43a9a8b8f68bdbe Mon Sep 17 00:00:00 2001 From: pmario Date: Tue, 23 Jul 2024 13:22:02 +0200 Subject: [PATCH] remove button tc-tiny-gap from tc-unlinked-selective-expandable-body --- core/wiki/macros/toc.tid | 2 +- editions/tw5.com/tiddlers/test-styles.tid | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/core/wiki/macros/toc.tid b/core/wiki/macros/toc.tid index b55d66be7..57ebf9eb4 100644 --- a/core/wiki/macros/toc.tid +++ b/core/wiki/macros/toc.tid @@ -376,7 +376,7 @@ Shows an expandable toc. Item always have an open/close chevron <% if [subfilter] [subfilter] -[] -[subfilter] +[limit[1]] %> <> <% else %> - <$button class="tc-btn-invisible tc-tiny-gap"> + <$button class="tc-btn-invisible "> {{$:/core/images/blank}} diff --git a/editions/tw5.com/tiddlers/test-styles.tid b/editions/tw5.com/tiddlers/test-styles.tid index 1fbf4b560..1b44ddcf0 100644 --- a/editions/tw5.com/tiddlers/test-styles.tid +++ b/editions/tw5.com/tiddlers/test-styles.tid @@ -1,5 +1,5 @@ created: 20240206133241785 -modified: 20240723103429610 +modified: 20240723110610801 tags: $:/tags/Stylesheet testTOC title: test-styles type: text/vnd.tiddlywiki @@ -33,6 +33,10 @@ type: text/vnd.tiddlywiki fill: red; } +.toc-item-muted { + margin-left: .25em; +} + .tc-toc-unlinked { margin-left: .5em; } \ No newline at end of file