1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +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]] %> <% if [subfilter<tf.toc-hasChildren>] [subfilter<tf.toc-curTidInclude>] -[<currentTiddler>] -[subfilter<exclude>] +[limit[1]] %>
<<toc-item isUnlinked:"yes">> <<toc-item isUnlinked:"yes">>
<% else %> <% else %>
<$button class="tc-btn-invisible tc-tiny-gap"> <$button class="tc-btn-invisible ">
{{$:/core/images/blank}} {{$:/core/images/blank}}
</$button> </$button>
<span class="toc-item-muted"> <span class="toc-item-muted">

View File

@ -1,5 +1,5 @@
created: 20240206133241785 created: 20240206133241785
modified: 20240723103429610 modified: 20240723110610801
tags: $:/tags/Stylesheet testTOC tags: $:/tags/Stylesheet testTOC
title: test-styles title: test-styles
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -33,6 +33,10 @@ type: text/vnd.tiddlywiki
fill: red; fill: red;
} }
.toc-item-muted {
margin-left: .25em;
}
.tc-toc-unlinked { .tc-toc-unlinked {
margin-left: .5em; margin-left: .5em;
} }