1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-30 13:29:56 +00:00

remove button tc-tiny-gap from tc-unlinked-selective-expandable-body

This commit is contained in:
pmario 2024-07-23 13:22:02 +02:00
parent e77ea760f4
commit e909295dc2
2 changed files with 6 additions and 2 deletions

View File

@ -376,7 +376,7 @@ Shows an expandable toc. Item always have an open/close chevron
<% if [subfilter<tf.toc-hasChildren>] [subfilter<tf.toc-curTidInclude>] -[<currentTiddler>] -[subfilter<exclude>] +[limit[1]] %>
<<toc-item isUnlinked:"yes">>
<% else %>
<$button class="tc-btn-invisible tc-tiny-gap">
<$button class="tc-btn-invisible ">
{{$:/core/images/blank}}
</$button>
<span class="toc-item-muted">

View File

@ -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;
}