mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 00:46:52 +00:00
Merge branch 'master' of github.com:Jermolene/TiddlyWiki5
This commit is contained in:
commit
4c4399c32d
@ -7,7 +7,7 @@ tags: $:/tags/Macro
|
|||||||
|
|
||||||
\define toc-caption()
|
\define toc-caption()
|
||||||
\whitespace trim
|
\whitespace trim
|
||||||
<span class="tc-toc-caption tc-tiny-gap-left">
|
<span class="tc-toc-caption">
|
||||||
<$set name="tv-wikilinks" value="no">
|
<$set name="tv-wikilinks" value="no">
|
||||||
<$transclude field="caption">
|
<$transclude field="caption">
|
||||||
<$view field="title"/>
|
<$view field="title"/>
|
||||||
|
@ -2774,6 +2774,11 @@ input.tc-palette-manager-colour-input {
|
|||||||
color: <<colour sidebar-foreground>>;
|
color: <<colour sidebar-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button + .tc-toc-caption,
|
||||||
|
button > .tc-toc-caption{
|
||||||
|
margin-left: .25em;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-table-of-contents svg {
|
.tc-table-of-contents svg {
|
||||||
width: 0.7em;
|
width: 0.7em;
|
||||||
height: 0.7em;
|
height: 0.7em;
|
||||||
|
Loading…
Reference in New Issue
Block a user