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:
parent
e77ea760f4
commit
e909295dc2
@ -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">
|
||||
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user