1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-29 17:08:01 +00:00

Fix misaligned subtitle (#8672)

This commit is contained in:
Mario Pietsch
2024-10-08 12:48:46 +02:00
committed by GitHub
parent 491b664798
commit 1736d9dd4d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ title: $:/core/ui/ViewTemplate/subtitle/default
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">
<div class="tc-subtitle tc-clearfix">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate/Subtitle]!has[draft.of]]" variable="subtitleTiddler">
<$transclude tiddler=<<subtitleTiddler>> mode="inline"/><$list-join>&nbsp;</$list-join>
<$transclude tiddler=<<subtitleTiddler>> mode="inline"/>
</$list>
</div>
</$reveal>

View File

@@ -1,4 +1,4 @@
title: $:/core/ui/ViewTemplate/subtitle/modifier
tags: $:/tags/ViewTemplate/Subtitle
<$link to={{!!modifier}}/>
<%if [{!!modifier}!is[blank]] %><$link to={{!!modifier}}/><%endif%>