mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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:
parent
870c34ab0a
commit
e3835c64da
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user