1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Restore whitespace for page control buttons

Even with whitespace trim, we need a single space between the icon and text
This commit is contained in:
Jeremy Ruston 2020-01-04 16:44:33 +00:00
parent 870c34ab0a
commit e3835c64da
4 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ $(languagePluginTitle)$/icon
</$set>
</span>
</$list>
<$text text=" "/>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Language/Caption}}/></span>
</$list>

View File

@ -9,6 +9,7 @@ description: {{$:/language/Buttons/Palette/Hint}}
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
{{$:/core/images/palette}}
</$list>
<$text text=" "/>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Palette/Caption}}/></span>
</$list>

View File

@ -14,6 +14,7 @@ $:/core/images/storyview-$(storyview)$
<$transclude tiddler=<<icon>>/>
</$set>
</$list>
<$text text=" "/>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/StoryView/Caption}}/></span>
</$list>

View File

@ -9,6 +9,7 @@ description: {{$:/language/Buttons/Theme/Hint}}
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
{{$:/core/images/theme-button}}
</$list>
<$text text=" "/>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Theme/Caption}}/></span>
</$list>